withAllowDragging method

ThresholdAnnotation withAllowDragging(
  1. bool value
)

Replaces ThresholdAnnotation.allowDragging with value.

Implementation

ThresholdAnnotation withAllowDragging(bool value) =>
    copyWith(allowDragging: value);