isVisible property

  1. @override
bool get isVisible
override

Param checks if this component is visible on the screen

Implementation

@override
bool get isVisible => true;
set isVisible (bool _isVisible)
inherited

Param checks if this component is visible on the screen

Implementation

bool isVisible = false;