selectionStart property

({int x, int y})? get selectionStart

The selection start point, or null.

Implementation

({int x, int y})? get selectionStart => _selectionStart;