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