hidden property - Element class - dart:html library (original) (raw)

description

bool gethidden

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

Other resources

Implementation

bool get hidden native;

sethidden (bool value)

Implementation

set hidden(bool value) native;