set1 constant

List<String> const set1

Set1 color scheme (9 colors).

Implementation

static const List<String> set1 = [
  '#e41a1c',
  '#377eb8',
  '#4daf4a',
  '#984ea3',
  '#ff7f00',
  '#ffff33',
  '#a65628',
  '#f781bf',
  '#999999',
];