withFillOpacity method

RangeAreaTheme withFillOpacity(
  1. double value
)

Replaces RangeAreaTheme.fillOpacity with value.

Implementation

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