slateColors constant

Map<int, Color> const slateColors

Slate color variants map

Implementation

static const Map<int, Color> slateColors = {
  50: slate50,
  100: slate100,
  200: slate200,
  300: slate300,
  400: slate400,
  500: slate500,
  600: slate600,
  700: slate700,
  800: slate800,
  900: slate900,
  950: slate950,
};