PopupOverlayRenderer class

Renderer used to show popup window overlay

Constructors

PopupOverlayRenderer()
PopupOverlayRenderer constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dismiss() → void
Remove popup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(BuildContext context, {ValueChanged<TapDownDetails>? onClose, required Offset position, required WidgetBuilder popupBuilder}) OverlayEntry
Render overlay entry on the screen with dismiss logic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited