selection property

TextRange? get selection

Selection range (null indicates no selection)

Implementation

TextRange? get selection => _selection;