updateEditingValue abstract method

void updateEditingValue(
  1. 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);