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