LinkHIcon constructor

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

Implementation

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