selection property
TextRange?
get
selection
Selection range (null indicates no selection)
Implementation
TextRange? get selection => _selection;
Selection range (null indicates no selection)
TextRange? get selection => _selection;