initialPosition property

OffsetPair? initialPosition

The location at which the primary pointer contacted the screen.

This will only be non-null while this recognizer is tracking at least one pointer.

Implementation

OffsetPair? get initialPosition => _initialPosition;