LongPressStartDetails constructor
Creates the details for a GestureLongPressStartCallback.
Implementation
const LongPressStartDetails({
this.globalPosition = Offset.zero,
Offset? localPosition,
}) : localPosition = localPosition ?? globalPosition;