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