withLengthFactor method

PolarColumnTargetMarkerStyle withLengthFactor(
  1. double value
)

Replaces PolarColumnTargetMarkerStyle.lengthFactor with value.

Implementation

PolarColumnTargetMarkerStyle withLengthFactor(double value) =>
    copyWith(lengthFactor: value);