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