withDivergingStyle method

BarChartSeries withDivergingStyle(
  1. BarDivergingStyle value
)

Replaces BarChartSeries.divergingStyle with value.

Implementation

BarChartSeries withDivergingStyle(BarDivergingStyle value) =>
    copyWith(divergingStyle: value);