clearMarkerStyle method
Clears ScatterChartSeries.markerStyle to null.
Implementation
ScatterChartSeries clearMarkerStyle() => copyWith(clearMarkerStyle: true);
Clears ScatterChartSeries.markerStyle to null.
ScatterChartSeries clearMarkerStyle() => copyWith(clearMarkerStyle: true);