withDashPattern method

ThresholdAnnotation withDashPattern(
  1. List<double> value
)

Replaces ThresholdAnnotation.dashPattern with value.

Implementation

ThresholdAnnotation withDashPattern(List<double> value) =>
    copyWith(dashPattern: value);