clearBackgroundColor method
Clears SeriesCalloutConfig.backgroundColor to null.
Implementation
SeriesCalloutConfig clearBackgroundColor() =>
copyWith(clearBackgroundColor: true);
Clears SeriesCalloutConfig.backgroundColor to null.
SeriesCalloutConfig clearBackgroundColor() =>
copyWith(clearBackgroundColor: true);