AnimationStatus status

The current status of this animation.

Source

@override
AnimationStatus get status => _parent != null ? _parent.status : _status;