currentTextEditingValue property Null safety

TextEditingValue currentTextEditingValue
override

The current state of the TextEditingValue held by this client.

Implementation

@override
TextEditingValue get currentTextEditingValue => _value;