withBrush method

ChartSelectionConfig withBrush(
  1. ChartSelectionBrushConfig value
)

Replaces ChartSelectionConfig.brush with value.

Implementation

ChartSelectionConfig withBrush(ChartSelectionBrushConfig value) =>
    copyWith(brush: value);