selectionEnd property

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

The selection end point, or null.

Implementation

({int x, int y})? get selectionEnd => _selectionEnd;