LinkedinIcon constructor

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

Implementation

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