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