GestureForcePressUpdateCallback typedef

GestureForcePressUpdateCallback = void Function(ForcePressDetails details)

Signature used by ForcePressGestureRecognizer during the frames after the triggering of a ForcePressGestureRecognizer.onStart callback.

Implementation

typedef GestureForcePressUpdateCallback = void Function(ForcePressDetails details);