GestureForcePressEndCallback typedef

GestureForcePressEndCallback = void Function(ForcePressDetails details)

Signature for when the pointer that previously triggered a ForcePressGestureRecognizer.onStart callback is no longer in contact with the screen.

Implementation

typedef GestureForcePressEndCallback = void Function(ForcePressDetails details);