currentState property
OverlayHandlerStateMixin<StatefulWidget> ?
get
currentState
Gets the current overlay handler state if the popover is mounted.
Returns null if the popover has been disposed or is not currently in the widget tree. Useful for checking popover status and accessing advanced control methods.
Implementation
OverlayHandlerStateMixin? get currentState => key.currentState;