withCapLengthFactor method
- double value
Replaces BarErrorBarStyle.capLengthFactor with value.
Implementation
BarErrorBarStyle withCapLengthFactor(double value) =>
copyWith(capLengthFactor: value);
Replaces BarErrorBarStyle.capLengthFactor with value.
BarErrorBarStyle withCapLengthFactor(double value) =>
copyWith(capLengthFactor: value);