onForcePressPeak property
The pointer is in contact with the screen and has pressed with the maximum force. The amount of force is at least ForcePressGestureRecognizer.peakPressure.
Note that this callback will only be fired on devices with pressure detecting screens.
Implementation
final GestureForcePressPeakCallback? onForcePressPeak;