withEnablePlusMinusKeys method

KeyboardConfig withEnablePlusMinusKeys(
  1. bool value
)

Replaces KeyboardConfig.enablePlusMinusKeys with value.

Implementation

KeyboardConfig withEnablePlusMinusKeys(bool value) =>
    copyWith(enablePlusMinusKeys: value);