updateEditingValue abstract method

void updateEditingValue(
  1. TextEditingValue value
)

The EmbedTextInputControl that is currently attached to this call this method to update the editing state, instead of calling TextInput.updateEditingValue. Because the EmbedTextInput will not receive the update if we call the TextInput.updateEditingValue to update editing state.

Implementation

void updateEditingValue(TextEditingValue value);