setEditingState method
Requests that the text input control change its internal state to match the given state.
Implementation
@override
void setEditingState(TextEditingValue value) {
super.setEditingState(value);
_contentUpdateCount += 1;
}
Requests that the text input control change its internal state to match the given state.
@override
void setEditingState(TextEditingValue value) {
super.setEditingState(value);
_contentUpdateCount += 1;
}