items constant

List<AntColor> const items

all ant colors

Implementation

static const List<AntColor> items = [
  dustRed,
  volcano,
  sunsetOrange,
  calendulaGold,
  sunriseYellow,
  lime,
  polarGreen,
  cyan,
  daybreakBlue,
  geekBlue,
  goldenPurple,
  magenta,
];