withAllowDragging method

PointAnnotation withAllowDragging(
  1. bool value
)

Replaces PointAnnotation.allowDragging with value.

Implementation

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