withDataPointMarkerRadius method

AreaChartSeries withDataPointMarkerRadius(
  1. double value
)

Replaces AreaChartSeries.dataPointMarkerRadius with value.

Implementation

AreaChartSeries withDataPointMarkerRadius(double value) =>
    copyWith(dataPointMarkerRadius: value);