GestureSerialTapUpCallback typedef
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);