withLineColor method

ThresholdAnnotationDefaults withLineColor(
  1. Color value
)

Replaces ThresholdAnnotationDefaults.lineColor with value.

Implementation

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