isAnimating property

bool get isAnimating

During animation, this is true. The UI might be unresponsive during this time.

Implementation

bool get isAnimating => _isAnimating;