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