AppIcons constructor

AppIcons({
  1. String? category,
  2. String? iconUrl,
  3. int? size,
})

Implementation

AppIcons({
  this.category,
  this.iconUrl,
  this.size,
});