clearMarkerStyle method

ScatterChartSeries clearMarkerStyle()

Clears ScatterChartSeries.markerStyle to null.

Implementation

ScatterChartSeries clearMarkerStyle() => copyWith(clearMarkerStyle: true);