withWidth method
- double value
Replaces ScatterMarkerStyle.width with value.
Implementation
ScatterMarkerStyle withWidth(double value) => copyWith(width: value);
Replaces ScatterMarkerStyle.width with value.
ScatterMarkerStyle withWidth(double value) => copyWith(width: value);