withBrush method
Replaces ChartSelectionConfig.brush with value.
Implementation
ChartSelectionConfig withBrush(ChartSelectionBrushConfig value) =>
copyWith(brush: value);
Replaces ChartSelectionConfig.brush with value.
ChartSelectionConfig withBrush(ChartSelectionBrushConfig value) =>
copyWith(brush: value);