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