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