withRadiusAggregation method
Replaces RadialSliceGroupingConfig.radiusAggregation with value.
Implementation
RadialSliceGroupingConfig withRadiusAggregation(
RadialSliceRadiusAggregation value,
) => copyWith(radiusAggregation: value);
Replaces RadialSliceGroupingConfig.radiusAggregation with value.
RadialSliceGroupingConfig withRadiusAggregation(
RadialSliceRadiusAggregation value,
) => copyWith(radiusAggregation: value);