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