hidden property

bool hidden

Indicates whether the element is not relevant to the page's current state.

Other resources

Implementation

bool get hidden native;
void hidden= (bool value)

Implementation

set hidden(bool value) native;