withMarkerShape method

PointAnnotation withMarkerShape(
  1. MarkerShape value
)

Replaces PointAnnotation.markerShape with value.

Implementation

PointAnnotation withMarkerShape(MarkerShape value) =>
    copyWith(markerShape: value);