withUseModifierKeys method

ChartSelectionConfig withUseModifierKeys(
  1. bool value
)

Replaces ChartSelectionConfig.useModifierKeys with value.

Implementation

ChartSelectionConfig withUseModifierKeys(bool value) =>
    copyWith(useModifierKeys: value);