clearPanelBackgroundColor method
Clears SeriesCalloutConfig.panelBackgroundColor to null.
Implementation
SeriesCalloutConfig clearPanelBackgroundColor() =>
copyWith(clearPanelBackgroundColor: true);
Clears SeriesCalloutConfig.panelBackgroundColor to null.
SeriesCalloutConfig clearPanelBackgroundColor() =>
copyWith(clearPanelBackgroundColor: true);