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