withKeyboard method
- KeyboardConfig value
Replaces InteractionConfig.keyboard with value.
Implementation
InteractionConfig withKeyboard(KeyboardConfig value) =>
copyWith(keyboard: value);
Replaces InteractionConfig.keyboard with value.
InteractionConfig withKeyboard(KeyboardConfig value) =>
copyWith(keyboard: value);