isNotAnimating property
bool
get
isNotAnimating
Returns true if the controller is not animating.
Example:
if (controller.isNotAnimating) { ... }
Implementation
bool get isNotAnimating => !isAnimating;