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