currentTextEditingValue property

  1. @override
TextEditingValue? currentTextEditingValue
inherited

The current state of the TextEditingValue held by this client.

Implementation

@override
TextEditingValue? get currentTextEditingValue =>
    _lastKnownRemoteTextEditingValue;