GestureMultiTapCancelCallback typedef Null safety
Signature for when the pointer that previously triggered a GestureMultiTapDownCallback will not end up causing a tap.
Implementation
typedef GestureMultiTapCancelCallback = void Function(int pointer);