hidden property - Element class - dart:html library (original) (raw)
bool gethidden
Indicates whether the element is not relevant to the page's current state.
Other resources
- Hidden attribute specificationfrom WHATWG.
Implementation
bool get hidden native;
sethidden (bool value)
Implementation
set hidden(bool value) native;