SwatchbookPainter constructor
const
SwatchbookPainter({
- Listenable? repaint,
- required Color color,
Implementation
const SwatchbookPainter({
super.repaint,
required this.color,
});