Gesture class abstract

A gesture to be used in CustomGestureDetector.

This class needs to be extended to implement the necessary gesture.

Implementers

Constructors

Gesture()

Properties

complete bool
Whether this gesture has been complete.
no setter
failed bool
Whether this gesture failed.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggered bool
Whether this gesture has been triggered.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the gesture for reuse.
toString() String
A string representation of this object.
inherited
update(Offset delta) → void
Updates the gesture when gesture detection is happening.

Operators

operator ==(Object other) bool
The equality operator.
inherited