withColor method

SeriesLabelBackground withColor(
  1. Color value
)

Replaces SeriesLabelBackground.color with value.

Implementation

SeriesLabelBackground withColor(Color value) => copyWith(color: value);