yellowColors constant

Map<int, Color> const yellowColors

Yellow color variants map

Implementation

static const Map<int, Color> yellowColors = {
  50: yellow50,
  100: yellow100,
  200: yellow200,
  300: yellow300,
  400: yellow400,
  500: yellow500,
  600: yellow600,
  700: yellow700,
  800: yellow800,
  900: yellow900,
  950: yellow950,
};