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