dark2 constant

List<String> const dark2

Dark2 color scheme (8 colors).

Implementation

static const List<String> dark2 = [
  '#1b9e77',
  '#d95f02',
  '#7570b3',
  '#e7298a',
  '#66a61e',
  '#e6ab02',
  '#a6761d',
  '#666666',
];