setEditingState method

void setEditingState(
  1. TextEditingValue value
)

Informs the text input control about editing state changes.

This method is called when the editing state of the attached input client has changed.

Implementation

void setEditingState(TextEditingValue value) {}