textEditingValue property Null safety

TextEditingValue textEditingValue
override

Gets the current text input.

Implementation

@override
TextEditingValue get textEditingValue => _value;