withMarkerStyle method
- ScatterMarkerStyle value
Replaces ScatterChartSeries.markerStyle with value.
Implementation
ScatterChartSeries withMarkerStyle(ScatterMarkerStyle value) =>
copyWith(markerStyle: value);
Replaces ScatterChartSeries.markerStyle with value.
ScatterChartSeries withMarkerStyle(ScatterMarkerStyle value) =>
copyWith(markerStyle: value);