GestureForcePressUpdateCallback typedef Null safety
Signature used by ForcePressGestureRecognizer during the frames after the triggering of a ForcePressGestureRecognizer.onStart callback.
Implementation
typedef GestureForcePressUpdateCallback = void Function(ForcePressDetails details);