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