The current status of this animation.
Source
@override AnimationStatus get status => _parent != null ? _parent.status : _status;
The current status of this animation.
@override AnimationStatus get status => _parent != null ? _parent.status : _status;