withLabel method

RadialSliceGroupingConfig withLabel(
  1. String value
)

Replaces RadialSliceGroupingConfig.label with value.

Implementation

RadialSliceGroupingConfig withLabel(String value) => copyWith(label: value);