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