withBackground method
- SeriesLabelBackground value
Replaces SeriesInlineLabelConfig.background with value.
Implementation
SeriesInlineLabelConfig withBackground(SeriesLabelBackground value) =>
copyWith(background: value);
Replaces SeriesInlineLabelConfig.background with value.
SeriesInlineLabelConfig withBackground(SeriesLabelBackground value) =>
copyWith(background: value);