withAllowDragging method

PinAnnotation withAllowDragging(
  1. bool value
)

Replaces PinAnnotation.allowDragging with value.

Implementation

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