initialPosition property Null safety
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;