clearCustomValue method
Clears DonutCenterContent.customValue to null.
Implementation
DonutCenterContent clearCustomValue() => copyWith(clearCustomValue: true);
Clears DonutCenterContent.customValue to null.
DonutCenterContent clearCustomValue() => copyWith(clearCustomValue: true);