withLineWidth method

ThresholdAnnotation withLineWidth(
  1. double value
)

Replaces ThresholdAnnotation.lineWidth with value.

Implementation

ThresholdAnnotation withLineWidth(double value) => copyWith(lineWidth: value);