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