withMarkerShape method

PointAnnotationDefaults withMarkerShape(
  1. SeriesMarkerShape value
)

Replaces PointAnnotationDefaults.markerShape with value.

Implementation

PointAnnotationDefaults withMarkerShape(SeriesMarkerShape value) =>
    copyWith(markerShape: value);