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