keyboard_custom library
Classes
-
KeyboardCustomInput<
T> - A widget that allow us to create a custom keyboard instead of the platform keyboard.
Mixins
-
KeyboardCustomPanelMixin<
T> - A mixin which help to update the notifier, you must mix this class in case you want to create your own keyboard
Typedefs
-
WidgetKeyboardBuilder<
T> = Widget Function(BuildContext context, T value, bool? hasFocus) - Signature for a function that creates a widget for a given value