UFUIcon constructor

const UFUIcon(
  1. IconData icon, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. TextDirection? textDirection,
  6. double? weight,
})

Implementation

const UFUIcon(
  this.icon,{
    super.key,
    this.size,
    this.color,
    this.textDirection,
    this.weight,
  });