ColorSwatch constructor
const
ColorSwatch({
- required Color $50,
- required Color $100,
- required Color $200,
- required Color $300,
- required Color $400,
- required Color $500,
- required Color $600,
- required Color $700,
- required Color $800,
- required Color $900,
- required Color $950,
Implementation
const ColorSwatch({
required this.$50,
required this.$100,
required this.$200,
required this.$300,
required this.$400,
required this.$500,
required this.$600,
required this.$700,
required this.$800,
required this.$900,
required this.$950,
});