tealColors constant

Map<int, Color> const tealColors

Teal color variants map

Implementation

static const Map<int, Color> tealColors = {
  50: teal50,
  100: teal100,
  200: teal200,
  300: teal300,
  400: teal400,
  500: teal500,
  600: teal600,
  700: teal700,
  800: teal800,
  900: teal900,
  950: teal950,
};