withColor method
- Color value
Replaces BarChartSeries.color with value.
Implementation
BarChartSeries withColor(Color value) => copyWith(color: value);
Replaces BarChartSeries.color with value.
BarChartSeries withColor(Color value) => copyWith(color: value);