IOSSystemContextMenuItemDataPaste class final
A IOSSystemContextMenuItemData for the system's built-in paste button.
The title and action are both handled by the platform.
See also:
- SystemContextMenuController, which is used to show the system context menu.
- IOSSystemContextMenuItemPaste, which performs a similar role but at the widget level.
- Inheritance
-
- Object
- IOSSystemContextMenuItemData
- IOSSystemContextMenuItemDataPaste
Constructors
- IOSSystemContextMenuItemDataPaste.new()
-
Creates an instance of IOSSystemContextMenuItemDataPaste.
const
Properties
Methods
-
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.
inherited