GestureDragCancelCallback typedef

void GestureDragCancelCallback ()

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

See DragGestureRecognizer.onCancel.

Implementation

typedef GestureDragCancelCallback = void Function();