withSliceGap method

PieChartStyle withSliceGap(
  1. double value
)

Replaces PieChartStyle.sliceGap with value.

Implementation

PieChartStyle withSliceGap(double value) => copyWith(sliceGap: value);