IOSSystemContextMenuItemDataLookUp class final
An IOSSystemContextMenuItemData for the system's built-in look up button.
Must specify a title, typically WidgetsLocalizations.lookUpButtonLabel.
The action is handled by the platform.
See also:
- SystemContextMenuController, which is used to show the system context menu.
- IOSSystemContextMenuItemLookUp, which performs a similar role but at the widget level, where the title can be replaced with a default localized value.
- Inheritance
-
- Object
- IOSSystemContextMenuItemData
- IOSSystemContextMenuItemDataLookUp
- Mixed-in types
Constructors
- IOSSystemContextMenuItemDataLookUp.new({required String title})
-
Creates an instance of IOSSystemContextMenuItemDataLookUp.
const
Properties
Methods
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited