withRadarStyle method
- RadarSeriesStyle value
Replaces RadarChartSeries.radarStyle with value.
Implementation
RadarChartSeries withRadarStyle(RadarSeriesStyle value) =>
copyWith(radarStyle: value);
Replaces RadarChartSeries.radarStyle with value.
RadarChartSeries withRadarStyle(RadarSeriesStyle value) =>
copyWith(radarStyle: value);