Iconify constructor

const Iconify(
  1. String icon, {
  2. Key? key,
  3. Color? color,
  4. double? size = 24,
})

Implementation

const Iconify(
  this.icon, {
  Key? key,
  this.color,
  this.size = 24,
}) : super(key: key);