withKeyboardEnabled method
- bool value
Replaces ChartSelectionBrushConfig.keyboardEnabled with value.
Implementation
ChartSelectionBrushConfig withKeyboardEnabled(bool value) =>
copyWith(keyboardEnabled: value);
Replaces ChartSelectionBrushConfig.keyboardEnabled with value.
ChartSelectionBrushConfig withKeyboardEnabled(bool value) =>
copyWith(keyboardEnabled: value);