onForcePressEnd property

GestureForcePressEndCallback? onForcePressEnd
final

The pointer tracked by onForcePressStart is no longer in contact with the screen.

This callback will only be fired on devices with pressure detecting screens.

Implementation

final GestureForcePressEndCallback? onForcePressEnd;