withCapLengthFactor method

PolarColumnIntervalStyle withCapLengthFactor(
  1. double value
)

Replaces PolarColumnIntervalStyle.capLengthFactor with value.

Implementation

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