isHidden property
bool
get
isHidden
Returns true if the current boolean value is hidden, otherwise false.
Implementation
bool get isHidden => !this;
Returns true if the current boolean value is hidden, otherwise false.
bool get isHidden => !this;