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