withMarkerRadius method

RangeAreaChartSeries withMarkerRadius(
  1. double value
)

Replaces RangeAreaChartSeries.markerRadius with value.

Implementation

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