withRadarStyle method

RadarChartSeries withRadarStyle(
  1. RadarSeriesStyle value
)

Replaces RadarChartSeries.radarStyle with value.

Implementation

RadarChartSeries withRadarStyle(RadarSeriesStyle value) =>
    copyWith(radarStyle: value);