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