withLineColor method

ThresholdAnnotation withLineColor(
  1. Color value
)

Replaces ThresholdAnnotation.lineColor with value.

Implementation

ThresholdAnnotation withLineColor(Color value) => copyWith(lineColor: value);