components/gestures/mixins library

Mixins

CountableGestureRecognizerMixin
FocusableGestureRecognizerMixin
HoldableGestureRecognizerMixin
It provides functionality to continuously track the defined pointers to prevent the gesture from being rejected.
RejectableGestureRecognizerMixin
UnHoldableGestureRecognizerMixin

Typedefs

TouchRippleAcceptedCallback = void Function(TouchRippleState acceptedState)
The given acceptedOffset defines the pointer offset that was defined after the gesture was accepted.
TouchRippleFocusStartStateCallBack = void Function(BaseTouchRippleGestureRecognizer recognizer)
TouchRippleRejectableCallback = TouchRippleState Function(Offset rejectableOffset)
TouchRippleRejectedCallback = void Function(TouchRippleState rejectedState)