updateEditingValue method Null safety
- TextEditingValue value
Requests that this client update its editing state to the given value.
The new value
is treated as user input and thus may subject to input
formatting.
Implementation
void updateEditingValue(TextEditingValue value);