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