withLineWidth method
- double value
Replaces ThresholdAnnotation.lineWidth with value.
Implementation
ThresholdAnnotation withLineWidth(double value) => copyWith(lineWidth: value);
Replaces ThresholdAnnotation.lineWidth with value.
ThresholdAnnotation withLineWidth(double value) => copyWith(lineWidth: value);