mounted property

bool mounted

Whether the OverlayEntry is currently mounted in the widget tree.

The OverlayEntry notifies its listeners when this value changes.

Implementation

bool get mounted => _overlayEntryStateNotifier.value != null;