withMarkerShape method
- MarkerShape value
Replaces PinAnnotation.markerShape with value.
Implementation
PinAnnotation withMarkerShape(MarkerShape value) =>
copyWith(markerShape: value);
Replaces PinAnnotation.markerShape with value.
PinAnnotation withMarkerShape(MarkerShape value) =>
copyWith(markerShape: value);