GestureCancelCallback typedef

GestureCancelCallback = void Function()

Signature for when the pointer that previously triggered a GestureTapDragDownCallback did not complete.

Used by BaseTapAndDragGestureRecognizer.onCancel.

Implementation

typedef GestureCancelCallback = void Function();