withColor method
- Color value
Replaces SeriesLabelBackground.color with value.
Implementation
SeriesLabelBackground withColor(Color value) => copyWith(color: value);
Replaces SeriesLabelBackground.color with value.
SeriesLabelBackground withColor(Color value) => copyWith(color: value);