mounted property Null safety
Whether the OverlayEntry is currently mounted in the widget tree.
The OverlayEntry notifies its listeners when this value changes.
Implementation
bool get mounted => _overlayStateMounted.value;
Whether the OverlayEntry is currently mounted in the widget tree.
The OverlayEntry notifies its listeners when this value changes.
bool get mounted => _overlayStateMounted.value;