withColor method

RadarChartSeries withColor(
  1. Color value
)

Replaces RadarChartSeries.color with value.

Implementation

RadarChartSeries withColor(Color value) => copyWith(color: value);