withAllowDragging method
- bool value
Replaces TrendAnnotation.allowDragging with value.
Implementation
TrendAnnotation withAllowDragging(bool value) =>
copyWith(allowDragging: value);
Replaces TrendAnnotation.allowDragging with value.
TrendAnnotation withAllowDragging(bool value) =>
copyWith(allowDragging: value);