withLengthFactor method
- double value
Replaces PolarColumnTargetMarkerStyle.lengthFactor with value.
Implementation
PolarColumnTargetMarkerStyle withLengthFactor(double value) =>
copyWith(lengthFactor: value);
Replaces PolarColumnTargetMarkerStyle.lengthFactor with value.
PolarColumnTargetMarkerStyle withLengthFactor(double value) =>
copyWith(lengthFactor: value);