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