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