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