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