withKeyboardEnabled method

ChartSelectionBrushConfig withKeyboardEnabled(
  1. bool value
)

Replaces ChartSelectionBrushConfig.keyboardEnabled with value.

Implementation

ChartSelectionBrushConfig withKeyboardEnabled(bool value) =>
    copyWith(keyboardEnabled: value);