selection property
Implementation
@override
TextSelection get selection => _realController.selection;
Implementation
@override
set selection(TextSelection newValue) => _realController.selection = newValue;
@override
TextSelection get selection => _realController.selection;
@override
set selection(TextSelection newValue) => _realController.selection = newValue;