selection property

TextSelection get selection

Implementation

TextSelection get selection => _delegate.selection;
set selection (TextSelection value)

Implementation

set selection(TextSelection value) {
  _delegate.selection = value;
}