hidden property

bool get hidden

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

Other resources

Implementation

bool get hidden native;
set hidden (bool value)

Implementation

set hidden(bool value) native;