localMoveStart property

Offset? localMoveStart
final

The local position of pointer when a scale or long press starts.

It is usefull when calculating movement spans in GestureType.scaleUpdate, GestureType.longPressMoveUpdate, GestureType.secondaryLongPressMoveUpdate, and GestureType.tertiaryLongPressMoveUpdate.

Implementation

final Offset? localMoveStart;