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