withEnabled method

KeyboardConfig withEnabled(
  1. bool value
)

Replaces KeyboardConfig.enabled with value.

Implementation

KeyboardConfig withEnabled(bool value) => copyWith(enabled: value);