isVisible property
bool
get
isVisible
是否可见
Whether visible or not.
Implementation
bool get isVisible => _animationController.value > 0.0;
是否可见
Whether visible or not.
bool get isVisible => _animationController.value > 0.0;