isAnimating property
bool
get
isAnimating
During animation, this is true. The UI might be unresponsive during this time.
Implementation
bool get isAnimating => _isAnimating;
During animation, this is true. The UI might be unresponsive during this time.
bool get isAnimating => _isAnimating;