GestureSerialTapUpCallback typedef

GestureSerialTapUpCallback = void Function(SerialTapUpDetails details)

Signature used by SerialTapGestureRecognizer.onSerialTapUp for when a pointer that will trigger a serial tap has stopped contacting the screen.

Implementation

typedef GestureSerialTapUpCallback = void Function(SerialTapUpDetails details);