clearWidth method

ScatterMarkerStyle clearWidth()

Clears ScatterMarkerStyle.width to null.

Implementation

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