overlay property

OverlayState? overlay

Shortcut for Overlay.of(context).

Implementation

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