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