LongPressEndDetails constructor
Creates the details for a GestureLongPressEndCallback.
Implementation
const LongPressEndDetails({
this.globalPosition = Offset.zero,
Offset? localPosition,
this.velocity = Velocity.zero,
}) : localPosition = localPosition ?? globalPosition;