withAllowDragging method

RangeAnnotation withAllowDragging(
  1. bool value
)

Replaces RangeAnnotation.allowDragging with value.

Implementation

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