simple_gesture_detector library

Classes

SimpleGestureDetector
Easy to use, reliable gesture detection Widget. Exposes simple API for basic gestures.
SimpleSwipeConfig
Configuration class for swipe gesture.

Enums

SwipeDetectionBehavior
Behaviors describing swipe gesture detection.
SwipeDirection
Possible directions of swipe gesture.

Typedefs

SwipeCallback = void Function(SwipeDirection direction)
Callback signature for swipe gesture.