withBackgroundColor method
- Color value
Replaces SeriesCalloutConfig.backgroundColor with value.
Implementation
SeriesCalloutConfig withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);
Replaces SeriesCalloutConfig.backgroundColor with value.
SeriesCalloutConfig withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);