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