currentTextEditingValue property
The current state of the TextEditingValue held by this client.
Implementation
@override
TextEditingValue? get currentTextEditingValue =>
_lastKnownRemoteTextEditingValue;
The current state of the TextEditingValue held by this client.
@override
TextEditingValue? get currentTextEditingValue =>
_lastKnownRemoteTextEditingValue;