mounted property Null safety

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 => _overlayStateMounted.value;