withAllowDragging method

TextAnnotation withAllowDragging(
  1. bool value
)

Replaces TextAnnotation.allowDragging with value.

Implementation

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