withMinimumSourceCount method
- int value
Replaces RadialSliceGroupingConfig.minimumSourceCount with value.
Implementation
RadialSliceGroupingConfig withMinimumSourceCount(int value) =>
copyWith(minimumSourceCount: value);
Replaces RadialSliceGroupingConfig.minimumSourceCount with value.
RadialSliceGroupingConfig withMinimumSourceCount(int value) =>
copyWith(minimumSourceCount: value);