textEditingValue property

TextEditingValue textEditingValue

Gets the current text input.

Implementation

TextEditingValue get textEditingValue;
void textEditingValue= (TextEditingValue value)

Sets the current text input (replaces the whole line).

Implementation

set textEditingValue(TextEditingValue value);