LinkMenuAction enum Null safety
List of possible actions returned from LinkActionPickerDelegate.
Constants
- copy → const LinkMenuAction
-
Copy to clipboard
const LinkMenuAction(1)
- launch → const LinkMenuAction
-
Launch the link
const LinkMenuAction(0)
- none → const LinkMenuAction
-
No-op
const LinkMenuAction(3)
- remove → const LinkMenuAction
-
Remove link style attribute
const LinkMenuAction(2)
-
values
→ const List<
LinkMenuAction> -
A constant List of the values in this enum, in order of their declaration.
const List<
LinkMenuAction>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited