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