redColors constant

Map<int, Color> const redColors

Red color variants map

Implementation

static const Map<int, Color> redColors = {
  50: red50,
  100: red100,
  200: red200,
  300: red300,
  400: red400,
  500: red500,
  600: red600,
  700: red700,
  800: red800,
  900: red900,
  950: red950,
};