withCenterLineColor method

BarDivergingStyle withCenterLineColor(
  1. Color value
)

Replaces BarDivergingStyle.centerLineColor with value.

Implementation

BarDivergingStyle withCenterLineColor(Color value) =>
    copyWith(centerLineColor: value);