notifier property
ValueNotifier<T>
get
notifier
We'll use this notifier to send the data and refresh the widget inside KeyboardCustomInput
Implementation
ValueNotifier<T> get notifier;
We'll use this notifier to send the data and refresh the widget inside KeyboardCustomInput
ValueNotifier<T> get notifier;