withDashPattern method
Replaces ThresholdAnnotationDefaults.dashPattern with value.
Implementation
ThresholdAnnotationDefaults withDashPattern(List<double> value) =>
copyWith(dashPattern: value);
Replaces ThresholdAnnotationDefaults.dashPattern with value.
ThresholdAnnotationDefaults withDashPattern(List<double> value) =>
copyWith(dashPattern: value);