charts property

List<Color> get charts

The chart ramp in order, handy for feeding a series list.

Implementation

List<Color> get charts => [chart1, chart2, chart3, chart4, chart5];