clearBackgroundColor method

SeriesCalloutSpec clearBackgroundColor()

Clears SeriesCalloutSpec.backgroundColor to null.

Implementation

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