localMoveStart property

Offset? localMoveStart
final

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

The update and end events of scale and long presses have this propertiy. It is usefull when calculating movement spans.

Implementation

final Offset? localMoveStart;