withTrackGap method

RadialBarChartConfig withTrackGap(
  1. double value
)

Replaces RadialBarChartConfig.trackGap with value.

Implementation

RadialBarChartConfig withTrackGap(double value) => copyWith(trackGap: value);