onForcePressEnd property

(void Function(ForcePressDetails)?) 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 void Function(ForcePressDetails)? onForcePressEnd;