withMarkerRadius method

ScatterChartSeries withMarkerRadius(
  1. double value
)

Replaces ScatterChartSeries.markerRadius with value.

Implementation

ScatterChartSeries withMarkerRadius(double value) =>
    copyWith(markerRadius: value);