EditingGestureType enum
Specifies the different tap actions available for allow editing.
Constructors
- EditingGestureType()
-
const
Values
- tap → const EditingGestureType
-
Editing is triggered on single tap.
- doubleTap → const EditingGestureType
-
Editing is triggered on double tap.
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
Constants
-
values
→ const List<
EditingGestureType> -
A constant List of the values in this enum, in order of their declaration.
[tap, doubleTap]