withCenterLineWidth method

BarDivergingStyle withCenterLineWidth(
  1. double value
)

Replaces BarDivergingStyle.centerLineWidth with value.

Implementation

BarDivergingStyle withCenterLineWidth(double value) =>
    copyWith(centerLineWidth: value);