selection property

  1. @override
TextSelection get selection
override

Implementation

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

Implementation

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