withStyle method
- AnnotationStyle value
Replaces ThresholdAnnotation.style with value.
Implementation
ThresholdAnnotation withStyle(AnnotationStyle value) =>
copyWith(style: value);
Replaces ThresholdAnnotation.style with value.
ThresholdAnnotation withStyle(AnnotationStyle value) =>
copyWith(style: value);