withLabelPosition method

ThresholdAnnotation withLabelPosition(
  1. AnnotationLabelPosition value
)

Replaces ThresholdAnnotation.labelPosition with value.

Implementation

ThresholdAnnotation withLabelPosition(AnnotationLabelPosition value) =>
    copyWith(labelPosition: value);