overlayEntry property

OverlayEntry? overlayEntry
getter/setter pair

current overlayEntry to remove the overlay, we can do overlayEntry.remove() which will remove its self from OverlayState The content of the overlayEntry is generated

Implementation

OverlayEntry? overlayEntry;