withLengthFactor method

BarTargetMarkerStyle withLengthFactor(
  1. double value
)

Replaces BarTargetMarkerStyle.lengthFactor with value.

Implementation

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