clearScatterMarkerShape method
Clears PointStyle.scatterMarkerShape to null.
Implementation
PointStyle clearScatterMarkerShape() =>
copyWith(clearScatterMarkerShape: true);
Clears PointStyle.scatterMarkerShape to null.
PointStyle clearScatterMarkerShape() =>
copyWith(clearScatterMarkerShape: true);