clearBackground method

SeriesInlineLabelConfig clearBackground()

Clears SeriesInlineLabelConfig.background to null.

Implementation

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