withOpacity method
- double value
Replaces BarPatternStyle.opacity with value.
Implementation
BarPatternStyle withOpacity(double value) => copyWith(opacity: value);
Replaces BarPatternStyle.opacity with value.
BarPatternStyle withOpacity(double value) => copyWith(opacity: value);