withFillColor method
- Color value
Replaces RadarSeriesStyle.fillColor with value.
Implementation
RadarSeriesStyle withFillColor(Color value) => copyWith(fillColor: value);
Replaces RadarSeriesStyle.fillColor with value.
RadarSeriesStyle withFillColor(Color value) => copyWith(fillColor: value);