withLineWidth method

ThresholdAnnotationDefaults withLineWidth(
  1. double value
)

Replaces ThresholdAnnotationDefaults.lineWidth with value.

Implementation

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