InstagramIcon constructor

const InstagramIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const InstagramIcon({
  super.key,
  this.color,
});