withCapLengthFactor method

BarErrorBarStyle withCapLengthFactor(
  1. double value
)

Replaces BarErrorBarStyle.capLengthFactor with value.

Implementation

BarErrorBarStyle withCapLengthFactor(double value) =>
    copyWith(capLengthFactor: value);