stoneColors constant

Map<int, Color> const stoneColors

Stone color variants map

Implementation

static const Map<int, Color> stoneColors = {
  50: stone50,
  100: stone100,
  200: stone200,
  300: stone300,
  400: stone400,
  500: stone500,
  600: stone600,
  700: stone700,
  800: stone800,
  900: stone900,
  950: stone950,
};