IOSSystemContextMenuItem class sealed
Describes a context menu button that will be rendered in the iOS system context menu and not by Flutter itself.
See also:
- SystemContextMenu, a widget that can be used to display the system context menu.
- IOSSystemContextMenuItemData, which performs a similar role but at the method channel level and mirrors the requirements of the method channel API.
- ContextMenuButtonItem, which performs a similar role for Flutter-drawn context menus.
Properties
Methods
-
getData(
WidgetsLocalizations localizations) → IOSSystemContextMenuItemData - Returns the representation of this class used by method channels.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override