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