Palette constructor

const Palette({
  1. List<Color>? colors,
})

Implementation

const Palette({this.colors});