keyboard_actions library
Classes
- KeyboardActions
- A widget that shows a bar of actions above the keyboard, to help customize input.
- KeyboardActionsConfig
- Wrapper for a single configuration of the keyboard actions bar.
- KeyboardActionsItem
-
Class to define the
focusNode
that you pass to yourTextField
too and other params to customize the bar that will appear over your keyboard - KeyboardActionstate
- State class for KeyboardActions.
-
KeyboardCustomInput<
T> - A widget that allow us to create a custom keyboard instead of the platform keyboard.
Enums
- KeyboardActionsPlatform
- TapOutsideBehavior
- The behavior when tapped outside the 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
- ButtonBuilder = Widget Function(FocusNode focusNode)
-
WidgetKeyboardBuilder<
T> = Widget Function(BuildContext context, T value, bool? hasFocus) - Signature for a function that creates a widget for a given value