isVisible property

bool get isVisible

Returns true when the component is visible.

Implementation

bool get isVisible => node.visible;