currentTextEditingValue property
The current state of the TextEditingValue held by this client.
Implementation
@override
TextEditingValue? get currentTextEditingValue =>
TextEditingValue(text: text, selection: _selection);
The current state of the TextEditingValue held by this client.
@override
TextEditingValue? get currentTextEditingValue =>
TextEditingValue(text: text, selection: _selection);