IOSSystemContextMenuItemDataShare class final
A IOSSystemContextMenuItemData for the system's built-in share button.
Must specify a title, typically WidgetsLocalizations.shareButtonLabel.
The action is handled by the platform.
See also:
- SystemContextMenuController, which is used to show the system context menu.
- IOSSystemContextMenuItemShare, which performs a similar role but at the widget level, where the title can be replaced with a default localized value.
- Inheritance
-
- Object
- IOSSystemContextMenuItemData
- IOSSystemContextMenuItemDataShare
Constructors
-
Creates an instance of IOSSystemContextMenuItemDataShare.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited