emeraldColors constant

Map<int, Color> const emeraldColors

Emerald color variants map

Implementation

static const Map<int, Color> emeraldColors = {
  50: emerald50,
  100: emerald100,
  200: emerald200,
  300: emerald300,
  400: emerald400,
  500: emerald500,
  600: emerald600,
  700: emerald700,
  800: emerald800,
  900: emerald900,
  950: emerald950,
};