clearBackgroundColor method

SeriesCalloutConfig clearBackgroundColor()

Clears SeriesCalloutConfig.backgroundColor to null.

Implementation

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