clearBackground method
Clears DataPointLabelConfig.background to null.
Implementation
DataPointLabelConfig clearBackground() => copyWith(clearBackground: true);
Clears DataPointLabelConfig.background to null.
DataPointLabelConfig clearBackground() => copyWith(clearBackground: true);