editingState property

Map<String, dynamic>? editingState
getter/setter pair

The last set of arguments that TextInputConnection.setEditingState sent to this stub implementation (i.e. the arguments set to TextInput.setEditingState).

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;