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