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