blueColors constant

Map<int, Color> const blueColors

Blue color variants map

Implementation

static const Map<int, Color> blueColors = {
  50: blue50,
  100: blue100,
  200: blue200,
  300: blue300,
  400: blue400,
  500: blue500,
  600: blue600,
  700: blue700,
  800: blue800,
  900: blue900,
  950: blue950,
};