notifier property

ValueNotifier<T> notifier

We'll use this notifier to send the data and refresh the widget inside KeyboardCustomInput

Implementation

ValueNotifier<T> get notifier;