withBackgroundColor method

SeriesCalloutConfig withBackgroundColor(
  1. Color value
)

Replaces SeriesCalloutConfig.backgroundColor with value.

Implementation

SeriesCalloutConfig withBackgroundColor(Color value) =>
    copyWith(backgroundColor: value);