KeyboardActionsConfig class

Wrapper for a single configuration of the keyboard actions bar.

Constructors

KeyboardActionsConfig({KeyboardActionsPlatform keyboardActionsPlatform = KeyboardActionsPlatform.ALL, bool nextFocus = true, List<KeyboardActionsItem>? actions, Color? keyboardBarColor, double? keyboardBarElevation, Color keyboardSeparatorColor = Colors.transparent, Widget? defaultDoneWidget})
const

Properties

actions List<KeyboardActionsItem>?
KeyboardActionsItem for each input
final
defaultDoneWidget Widget?
A Widget to be optionally used instead of the "Done" button which dismisses the keyboard.
final
hashCode int
The hash code for this object.
no setterinherited
keyboardActionsPlatform KeyboardActionsPlatform
Keyboard Action for specific platform KeyboardActionsPlatform : ANDROID , IOS , ALL
final
keyboardBarColor Color?
Color of the background to the Custom keyboard buttons
final
keyboardBarElevation double?
Elevation of the Custom keyboard buttons
final
keyboardSeparatorColor Color
Color of the line separator between keyboard and content
final
nextFocus bool
true to display arrows prev/next to move focus between inputs
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited