status property

AnimationStatus get status

The current status of this animation.

By default, this determines the results of isAnimating, isCompleted, and isDismissed. Subclasses (such as AnimationController) may choose to override one or more of these getters.

Implementation

AnimationStatus get status => _animation.status;