withLabelMargin method

ThresholdAnnotation withLabelMargin(
  1. double value
)

Replaces ThresholdAnnotation.labelMargin with value.

Implementation

ThresholdAnnotation withLabelMargin(double value) =>
    copyWith(labelMargin: value);