set2 constant

List<String> const set2

Set2 color scheme (8 colors).

Implementation

static const List<String> set2 = [
  '#66c2a5',
  '#fc8d62',
  '#8da0cb',
  '#e78ac3',
  '#a6d854',
  '#ffd92f',
  '#e5c494',
  '#b3b3b3',
];