FIcon constructor

const FIcon(
  1. FIconObject icon, {
  2. double? size,
  3. Color? color,
  4. Key? key,
})

Implementation

const FIcon(
  this.icon, {
  this.size,
  this.color,
  super.key,
});