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