withAllowDragging method

TrendAnnotation withAllowDragging(
  1. bool value
)

Replaces TrendAnnotation.allowDragging with value.

Implementation

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