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