withFillOpacity method
- double value
Replaces RadarSeriesStyle.fillOpacity with value.
Implementation
RadarSeriesStyle withFillOpacity(double value) =>
copyWith(fillOpacity: value);
Replaces RadarSeriesStyle.fillOpacity with value.
RadarSeriesStyle withFillOpacity(double value) =>
copyWith(fillOpacity: value);