ActionType enum
Specifies the current zoom pan action type.
Values
- pinch → const ActionType
-
Denotes the current action as pinching.
- pan → const ActionType
-
Denotes the current action as panning.
- tap → const ActionType
-
Denotes the current action as double tap.
- fling → const ActionType
-
Denotes the current action as flinging.
- none → const ActionType
-
Denotes there is no action currently.
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<
ActionType> - A constant List of the values in this enum, in order of their declaration.