GestureTapCancelCallback typedef
Signature for when the pointer that previously triggered a GestureTapDownCallback will not end up causing a tap.
See also:
- GestureDetector.onTapCancel, which matches this signature.
- TapGestureRecognizer, which uses this signature in one of its callbacks.
Implementation
typedef GestureTapCancelCallback = void Function();