lastSecondaryTapDownPosition property Null safety

Offset? lastSecondaryTapDownPosition

The position of the most recent secondary tap down event on this text input.

Implementation

Offset? get lastSecondaryTapDownPosition => _lastSecondaryTapDownPosition;