withFillColor method

RadarSeriesStyle withFillColor(
  1. Color value
)

Replaces RadarSeriesStyle.fillColor with value.

Implementation

RadarSeriesStyle withFillColor(Color value) => copyWith(fillColor: value);