onForcePressPeak property

GestureForcePressPeakCallback? onForcePressPeak
final

The pointer is in contact with the screen and has pressed with the maximum force. The amount of force is at least ForcePressGestureRecognizer.peakPressure.

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

Implementation

final GestureForcePressPeakCallback? onForcePressPeak;