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