selectionExtent property

({int column, int line})? get selectionExtent

Active extent position of the current selection, if any.

Implementation

({int line, int column})? get selectionExtent => _model.selectionExtent;