GestureMultiTapUpCallback typedef

GestureMultiTapUpCallback = void Function(int pointer, TapUpDetails details)

Signature used by MultiTapGestureRecognizer for when a pointer that will trigger a tap has stopped contacting the screen at a particular location.

Implementation

typedef GestureMultiTapUpCallback = void Function(int pointer, TapUpDetails details);