withScatterMarkerShape method
- SeriesMarkerShape value
Replaces PointStyle.scatterMarkerShape with value.
Implementation
PointStyle withScatterMarkerShape(SeriesMarkerShape value) =>
copyWith(scatterMarkerShape: value);
Replaces PointStyle.scatterMarkerShape with value.
PointStyle withScatterMarkerShape(SeriesMarkerShape value) =>
copyWith(scatterMarkerShape: value);