sky property

Map<int, Color> sky
getter/setter pair

The slate primary color and swatch.

;

Implementation

Map<int, Color> sky = const {
  50: Color(0xfff0f9ff),
  100: Color(0xffe0f2fe),
  200: Color(0xffbae6fd),
  300: Color(0xff7dd3fc),
  400: Color(0xff38bdf8),
  500: Color(0xff0ea5e9),
  600: Color(0xff0284c7),
  700: Color(0xff0369a1),
  800: Color(0xff075985),
  900: Color(0xff0c4a6e),
};