currentTextEditingValue property

  1. @protected
  2. @override
TextEditingValue? get currentTextEditingValue
override

The current state of the TextEditingValue held by this client.

Implementation

@protected
@override
TextEditingValue? get currentTextEditingValue =>
    TextEditingValue(text: text, selection: _selection);