withFillOpacity method

AreaChartSeries withFillOpacity(
  1. double value
)

Replaces AreaChartSeries.fillOpacity with value.

Implementation

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