withCenterLineOpacity method

BarDivergingStyle withCenterLineOpacity(
  1. double value
)

Replaces BarDivergingStyle.centerLineOpacity with value.

Implementation

BarDivergingStyle withCenterLineOpacity(double value) =>
    copyWith(centerLineOpacity: value);