isVisible property

  1. @override
bool isVisible
override

Param checks if this component is visible on the screen

Implementation

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

Param checks if this component is visible on the screen

Implementation

bool isVisible = false;