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