inputConnectionNotifier property

ValueListenable<TextInputConnection?> get inputConnectionNotifier

Notifies whenever the current TextInputConnection changes.

Implementation

ValueListenable<TextInputConnection?> get inputConnectionNotifier => _inputConnectionNotifier;