withDivergingRole method
- BarDivergingRole value
Replaces BarChartSeries.divergingRole with value.
Implementation
BarChartSeries withDivergingRole(BarDivergingRole value) =>
copyWith(divergingRole: value);
Replaces BarChartSeries.divergingRole with value.
BarChartSeries withDivergingRole(BarDivergingRole value) =>
copyWith(divergingRole: value);