isVisible property
Param checks if this component is visible on the screen
Implementation
@override
bool get isVisible => true;
Param checks if this component is visible on the screen
Implementation
bool isVisible = false;
Param checks if this component is visible on the screen
@override
bool get isVisible => true;
Param checks if this component is visible on the screen
bool isVisible = false;