ChartPalette constructor

const ChartPalette(
  1. List<String> colors
)

Implementation

const ChartPalette(this.colors);