clearPanelBackgroundColor method

SeriesCalloutConfig clearPanelBackgroundColor()

Clears SeriesCalloutConfig.panelBackgroundColor to null.

Implementation

SeriesCalloutConfig clearPanelBackgroundColor() =>
    copyWith(clearPanelBackgroundColor: true);