selectionStart property

Offset? get selectionStart

Gets the starting point of the selection rectangle.

Returns null if no selection is active.

Implementation

Offset? get selectionStart => selectionStartPoint.value;