withBandLengthFactor method

PolarColumnIntervalStyle withBandLengthFactor(
  1. double value
)

Replaces PolarColumnIntervalStyle.bandLengthFactor with value.

Implementation

PolarColumnIntervalStyle withBandLengthFactor(double value) =>
    copyWith(bandLengthFactor: value);