GestureTapCancelCallback typedef

GestureTapCancelCallback = void Function()

Signature for when the pointer that previously triggered a GestureTapDownCallback will not end up causing a tap.

See also:

Implementation

typedef GestureTapCancelCallback = void Function();