withLabel method
- String value
Replaces PieSliceRadiusConfig.label with value.
Implementation
PieSliceRadiusConfig withLabel(String value) => copyWith(label: value);
Replaces PieSliceRadiusConfig.label with value.
PieSliceRadiusConfig withLabel(String value) => copyWith(label: value);