overlay property

OverlayState? overlay

shortcut for `Overlay.of(context)``

Implementation

OverlayState? get overlay => Overlay.of(this);