withMarkerRadius method

RadarSeriesStyle withMarkerRadius(
  1. double value
)

Replaces RadarSeriesStyle.markerRadius with value.

Implementation

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