status property

  1. @override
AnimationStatus get status
override

The current status of the value's animation.

Possible status values:

AnimationStatus.reverse is used in AnimationController and ToggleAnimation, but it does not apply to a ValueAnimation.

Implementation

@override
AnimationStatus get status => _lastReportedStatus;