stone property

Map<int, Color> stone
getter/setter pair

The slate primary color and swatch.

;

Implementation

Map<int, Color> stone = const {
  50: Color(0xfffafaf9),
  100: Color(0xfff5f5f4),
  200: Color(0xffe7e5e4),
  300: Color(0xffd6d3d1),
  400: Color(0xffa8a29e),
  500: Color(0xff78716c),
  600: Color(0xff57534e),
  700: Color(0xff44403c),
  800: Color(0xff292524),
  900: Color(0xff1c1917),
};