withFillOpacity method

RadarSeriesStyle withFillOpacity(
  1. double value
)

Replaces RadarSeriesStyle.fillOpacity with value.

Implementation

RadarSeriesStyle withFillOpacity(double value) =>
    copyWith(fillOpacity: value);