onEnd property Null safety

GestureForcePressEndCallback? onEnd
read / write

A pointer is no longer in contact with the screen.

The position of the pointer is provided in the callback's details argument, which is a ForcePressDetails object.

Implementation

GestureForcePressEndCallback? onEnd;