status property
AnimationStatus
get
status
Current AnimationStatus of the underlying controller.
Implementation
AnimationStatus get status => _animationController.status;
Current AnimationStatus of the underlying controller.
AnimationStatus get status => _animationController.status;