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