withMarkerRadius method
- double value
Replaces ScatterChartSeries.markerRadius with value.
Implementation
ScatterChartSeries withMarkerRadius(double value) =>
copyWith(markerRadius: value);
Replaces ScatterChartSeries.markerRadius with value.
ScatterChartSeries withMarkerRadius(double value) =>
copyWith(markerRadius: value);