editingState property
read / write
The last set of arguments that TextInputConnection.setEditingState sent to the embedder.
This is a map representation of a TextEditingValue object. For example,
it will have a text
entry whose value matches the most recent
TextEditingValue.text that was sent to the embedder.
Implementation
Map<String, dynamic> editingState