withLineColor method
- Color value
Replaces ThresholdAnnotation.lineColor with value.
Implementation
ThresholdAnnotation withLineColor(Color value) => copyWith(lineColor: value);
Replaces ThresholdAnnotation.lineColor with value.
ThresholdAnnotation withLineColor(Color value) => copyWith(lineColor: value);