withEnableArrowKeys method
- bool value
Replaces KeyboardConfig.enableArrowKeys with value.
Implementation
KeyboardConfig withEnableArrowKeys(bool value) =>
copyWith(enableArrowKeys: value);
Replaces KeyboardConfig.enableArrowKeys with value.
KeyboardConfig withEnableArrowKeys(bool value) =>
copyWith(enableArrowKeys: value);