ui/gesture_detector library

Classes

LongPressDetector
Wraps its child in an invisible layer that triggers onLongPress when the user performs a long-press anywhere within the widget.
TapCountDetector
Detects requiredTaps rapid successive taps within windowMs milliseconds and fires onTriggered when the threshold is reached.