palette method

PredominantBackground palette(
  1. List<Color> colors
)

Implementation

PredominantBackground palette(List<Color> colors) {
  _palette = colors;
  return this;
}