withEnableArrowKeys method

KeyboardConfig withEnableArrowKeys(
  1. bool value
)

Replaces KeyboardConfig.enableArrowKeys with value.

Implementation

KeyboardConfig withEnableArrowKeys(bool value) =>
    copyWith(enableArrowKeys: value);