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