withColors method

SeriesTheme withColors(
  1. List<Color> value
)

Replaces SeriesTheme.colors with value.

Implementation

SeriesTheme withColors(List<Color> value) => copyWith(colors: value);