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