GestureForcePressPeakCallback typedef

GestureForcePressPeakCallback = void Function(ForcePressDetails details)

Signature used by ForcePressGestureRecognizer for when a pointer that has pressed with at least ForcePressGestureRecognizer.peakPressure.

Implementation

typedef GestureForcePressPeakCallback = void Function(ForcePressDetails details);