withKeyboard method

InteractionConfig withKeyboard(
  1. KeyboardConfig value
)

Replaces InteractionConfig.keyboard with value.

Implementation

InteractionConfig withKeyboard(KeyboardConfig value) =>
    copyWith(keyboard: value);