withDivergingStyle method
- BarDivergingStyle value
Replaces BarChartSeries.divergingStyle with value.
Implementation
BarChartSeries withDivergingStyle(BarDivergingStyle value) =>
copyWith(divergingStyle: value);
Replaces BarChartSeries.divergingStyle with value.
BarChartSeries withDivergingStyle(BarDivergingStyle value) =>
copyWith(divergingStyle: value);