IContextMenuController class

Inheritance
Implemented types

Constructors

IContextMenuController()

Properties

hashCode → int
The hash code for this object.
no setterinherited
isShown → bool
True if and only if this menu is currently being shown.
no setterinherited
onRemove → VoidCallback?
Called when this menu is removed.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(Token name) → Object?
override
markNeedsBuild() → void
Cause the underlying OverlayEntry to rebuild during the next pipeline flush.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
Remove this menu from the UI.
inherited
show({required BuildContext context, required WidgetBuilder contextMenuBuilder, Widget? debugRequiredFor}) → void
Shows the given context menu.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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