clearBackground method

DataPointLabelConfig clearBackground()

Clears DataPointLabelConfig.background to null.

Implementation

DataPointLabelConfig clearBackground() => copyWith(clearBackground: true);