GestureMultiTapDownCallback typedef

GestureMultiTapDownCallback = void Function(int pointer, TapDownDetails details)

Signature used by MultiTapGestureRecognizer for when a pointer that might cause a tap has contacted the screen at a particular location.

Implementation

typedef GestureMultiTapDownCallback = void Function(int pointer, TapDownDetails details);