withDivergingRole method

BarChartSeries withDivergingRole(
  1. BarDivergingRole value
)

Replaces BarChartSeries.divergingRole with value.

Implementation

BarChartSeries withDivergingRole(BarDivergingRole value) =>
    copyWith(divergingRole: value);