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