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