clearStrokeWidth method
Clears ScatterMarkerStyle.strokeWidth to null.
Implementation
ScatterMarkerStyle clearStrokeWidth() => copyWith(clearStrokeWidth: true);
Clears ScatterMarkerStyle.strokeWidth to null.
ScatterMarkerStyle clearStrokeWidth() => copyWith(clearStrokeWidth: true);