InstagramPainter constructor

const InstagramPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const InstagramPainter({
  super.repaint,
  required this.color,
});