IconX constructor

const IconX({
  1. Key? key,
  2. IconType type = IconType.icon,
  3. IconData? iconData,
  4. String? assetPath,
  5. double? size,
  6. double? width,
  7. double? height,
  8. Color? color,
  9. bool? dot,
  10. String? badge,
  11. BoxFit? fit,
  12. String? package,
})

Implementation

const IconX({
  super.key,
  this.type = IconType.icon,
  this.iconData,
  this.assetPath,
  this.size,
  this.width,
  this.height,
  this.color,
  this.dot,
  this.badge,
  this.fit,
  this.package,
});