clearStrokeWidth method

ScatterMarkerStyle clearStrokeWidth()

Clears ScatterMarkerStyle.strokeWidth to null.

Implementation

ScatterMarkerStyle clearStrokeWidth() => copyWith(clearStrokeWidth: true);