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