Gesture class abstract

Gesture.

NOTE: It could be used as flags to enable only some gestures.

Constructors

Gesture()

Properties

hashCode int
The hash code for this object.
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

doubleTap → const int
Double tap gesture.
drag → const int
Drag gesture.
hold → const int
Hold gesture.
none → const int
No gesture.
pinchIn → const int
Pinch in gesture.
pinchOut → const int
Pinch out gesture.
swipeDown → const int
Swipe down gesture.
swipeLeft → const int
Swipe left gesture.
swipeRight → const int
Swipe right gesture.
swipeUp → const int
Swipe up gesture.
tap → const int
Tap gesture.