withEnabled method

ChartSelectionBrushConfig withEnabled(
  1. bool value
)

Replaces ChartSelectionBrushConfig.enabled with value.

Implementation

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