hidden property Null safety
Indicates whether the element is not relevant to the page's current state.
Other resources
- Hidden attribute specification from WHATWG.
Implementation
bool get hidden native;
Implementation
set hidden(bool value) native;