vxoverlay property

OverlayState? vxoverlay

Returns The state from the closest instance of this class that encloses the given context.

It is used for showing widgets on top of everything.

Implementation

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