rawValue property

  1. @protected
TextEditingValue get rawValue

The raw value of the controller without triggering completion logic.

Implementation

@protected
TextEditingValue get rawValue => super.value;
  1. @protected
set rawValue (TextEditingValue newValue)

Implementation

@protected
set rawValue(TextEditingValue newValue) => super.value = newValue;