violetColors constant

Map<int, Color> const violetColors

Violet color variants map

Implementation

static const Map<int, Color> violetColors = {
  50: violet50,
  100: violet100,
  200: violet200,
  300: violet300,
  400: violet400,
  500: violet500,
  600: violet600,
  700: violet700,
  800: violet800,
  900: violet900,
  950: violet950,
};