textEditingValue property
Gets the current text input.
Implementation
@override
TextEditingValue get textEditingValue => _textEditingValue;
Implementation
@override
set textEditingValue(TextEditingValue value) {
// Deprecated, update the lasted value in the userUpdateTextEditingValue.
}