withStyle method

ThresholdAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces ThresholdAnnotation.style with value.

Implementation

ThresholdAnnotation withStyle(AnnotationStyle value) =>
    copyWith(style: value);