status property
AnimationStatus
get
status
The current status.
AnimationStatus.dismissed - The popover is hidden. AnimationStatus.forward - The popover is transitioning from hidden to shown. AnimationStatus.completed - The popover is shown. AnimationStatus.reverse - The popover is transitioning from shown to hidden.
Implementation
AnimationStatus get status => _animation.status;