GestureState enum
Represents the state of the gesture.
Values
- begin → const GestureState
-
The gesture has started.
- update → const GestureState
-
The gesture was updated.
- end → const GestureState
-
The gesture was completed.
- cancel → const GestureState
-
The gesture was canceled. This will happen when the map view looses the focus for example due to displaying a modal dialog or the app being sent to background.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
GestureState> - A constant List of the values in this enum, in order of their declaration.