GestureMultiTapCallback typedef

void GestureMultiTapCallback (int pointer)

Signature used by MultiTapGestureRecognizer for when a tap has occurred.

Implementation

typedef GestureMultiTapCallback = void Function(int pointer);