userUpdateTextEditingValue abstract method

void userUpdateTextEditingValue(
  1. TextEditingValue value,
  2. SelectionChangedCause cause
)

Indicates that the user has requested the delegate to replace its current text editing state with value.

The new value is treated as user input and thus may subject to input formatting.

See also:

Implementation

void userUpdateTextEditingValue(TextEditingValue value, SelectionChangedCause cause);