IOSSystemContextMenuItemSearchWeb class final
Creates an instance of IOSSystemContextMenuItem for the system's built-in search web button.
Should only appear when content is selected.
The title is optional, but it must be specified before being sent to the platform. Typically it should be set to WidgetsLocalizations.searchWebButtonLabel.
The action is handled by the platform.
See also:
- SystemContextMenu, a widget that can be used to display the system context menu.
- IOSSystemContextMenuItemDataSearchWeb, which specifies the data to be sent to the platform for this same button.
- Inheritance
-
- Object
- IOSSystemContextMenuItem
- IOSSystemContextMenuItemSearchWeb
- Mixed-in types
Constructors
- IOSSystemContextMenuItemSearchWeb.new({String? title})
-
Creates an instance of IOSSystemContextMenuItemSearchWeb.
const
Properties
Methods
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
getData(
WidgetsLocalizations localizations) → IOSSystemContextMenuItemDataSearchWeb -
Returns the representation of this class used by method channels.
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