withStyle method
- ChartSelectionBrushStyle value
Replaces ChartSelectionBrushConfig.style with value.
Implementation
ChartSelectionBrushConfig withStyle(ChartSelectionBrushStyle value) =>
copyWith(style: value);
Replaces ChartSelectionBrushConfig.style with value.
ChartSelectionBrushConfig withStyle(ChartSelectionBrushStyle value) =>
copyWith(style: value);