withFillColor method
- Color value
Replaces ChartSelectionBrushStyle.fillColor with value.
Implementation
ChartSelectionBrushStyle withFillColor(Color value) =>
copyWith(fillColor: value);
Replaces ChartSelectionBrushStyle.fillColor with value.
ChartSelectionBrushStyle withFillColor(Color value) =>
copyWith(fillColor: value);