hidden property
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;
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Indicates whether the element is not relevant to the page's current state.
bool get hidden native;
set hidden(bool value) native;