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