withShowCenterLine method

BarDivergingStyle withShowCenterLine(
  1. bool value
)

Replaces BarDivergingStyle.showCenterLine with value.

Implementation

BarDivergingStyle withShowCenterLine(bool value) =>
    copyWith(showCenterLine: value);