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