GestureForcePressStartCallback typedef

GestureForcePressStartCallback = void Function(ForcePressDetails details)

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

Implementation

typedef GestureForcePressStartCallback = void Function(ForcePressDetails details);