textEditingValue property
Gets the current text input.
Implementation
TextEditingValue get textEditingValue;
Sets the current text input (replaces the whole line).
Implementation
set textEditingValue(TextEditingValue value);
Gets the current text input.
TextEditingValue get textEditingValue;
Sets the current text input (replaces the whole line).
set textEditingValue(TextEditingValue value);