withScatterMarkerShape method

PointStyle withScatterMarkerShape(
  1. SeriesMarkerShape value
)

Replaces PointStyle.scatterMarkerShape with value.

Implementation

PointStyle withScatterMarkerShape(SeriesMarkerShape value) =>
    copyWith(scatterMarkerShape: value);