GestureForcePressPeakCallback typedef Null safety
Signature used by ForcePressGestureRecognizer for when a pointer that has pressed with at least ForcePressGestureRecognizer.peakPressure.
Implementation
typedef GestureForcePressPeakCallback = void Function(ForcePressDetails details);