holding_gesture library

Classes

HoldDetector
A widget that detects a holding gesture.
HoldGestureRecognizer
Recognizes when the user has pressed down at the same location for a long period of time. Its waiting duration defaults to kHoldTimeout.
HoldTimeoutDetector
A widget that detects a holding gesture with a timeout.
HoldTimeoutGestureRecognizer
Recognizes when the user has pressed down at the same location for a long period of time. Its waiting duration defaults to kHoldTimeoutDuration.

Typedefs

GestureHoldCallback = void Function()
Signature for when a pointer has remained in contact with the screen at the same location for a long period of time.
GestureHoldCancelCallback = void Function()
Signature for when the pointer that previously triggered a GestureTapDownCallback will not end up causing a tap.
GestureHoldTimeoutCallback = void Function()
Signature for when a pointer has remained in contact with the screen at the same location for a long period of time.
GestureHoldTimeoutCancelCallback = void Function()
Signature for when the pointer that previously triggered a GestureTapDownCallback will not end up causing a tap.