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