withCenterLineOpacity method
- double value
Replaces BarDivergingStyle.centerLineOpacity with value.
Implementation
BarDivergingStyle withCenterLineOpacity(double value) =>
copyWith(centerLineOpacity: value);
Replaces BarDivergingStyle.centerLineOpacity with value.
BarDivergingStyle withCenterLineOpacity(double value) =>
copyWith(centerLineOpacity: value);