GestureType enum

Inheritance
Available extensions

Values

kTap → const GestureType
kTwoFingerDrag → const GestureType

Two Figers Drag

kTwoFingerTopVerticalDrag → const GestureType
kTwoFingerBottomVerticalDrag → const GestureType
kTwoFingerLeftHorizontalDrag → const GestureType
kTwoFingerRightHorizontalDrag → const GestureType
kThreeFingerDrag → const GestureType

Three Fingers Drag

kThreeFingerTopVerticalDrag → const GestureType
kThreeFingerBottomVerticalDrag → const GestureType
kThreeFingerLeftHorizontalDrag → const GestureType
kThreeFingerRightHorizontalDrag → const GestureType
kFourFingerDrag → const GestureType

Four Fingers Drag

kFourFingerTopVerticalDrag → const GestureType
kFourFingerBottomVerticalDrag → const GestureType
kFourFingerLeftHorizontalDrag → const GestureType
kFourFingerRightHorizontalDrag → const GestureType
kNone → const GestureType

None to be used when no gesture is detected

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<GestureType>
A constant List of the values in this enum, in order of their declaration.