GestureMultiTapCancelCallback typedef

GestureMultiTapCancelCallback = void Function(int pointer)

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

Implementation

typedef GestureMultiTapCancelCallback = void Function(int pointer);