rawValue property
The raw value of the controller without triggering completion logic.
Implementation
@protected
TextEditingValue get rawValue => super.value;
Implementation
@protected
set rawValue(TextEditingValue newValue) => super.value = newValue;