isVisible property
bool
get
isVisible
Returns true when the component is visible.
Implementation
bool get isVisible => node.visible;
Returns true when the component is visible.
bool get isVisible => node.visible;