AppIcons constructor

AppIcons(
  1. IconData add,
  2. IconData addBox,
  3. IconData address,
  4. IconData addPerson,
  5. IconData addPersonSent,
  6. IconData area,
  7. IconData arrowBackward,
  8. IconData arrowDown,
  9. IconData arrowForward,
  10. IconData calendar,
  11. IconData chat,
  12. IconData clearField,
  13. IconData dashboard,
  14. IconData delete,
  15. IconData editPicture,
  16. IconData error,
  17. IconData events,
  18. IconData going,
  19. IconData like,
  20. IconData noLike,
  21. IconData link,
  22. IconData lock,
  23. IconData map,
  24. IconData menu,
  25. IconData noEvents,
  26. IconData noImage,
  27. IconData notifications,
  28. IconData pause,
  29. IconData people,
  30. IconData person,
  31. IconData personCircle,
  32. IconData play,
  33. IconData remove,
  34. IconData search,
  35. IconData settings,
  36. IconData share,
  37. IconData tag,
  38. IconData ticket,
  39. IconData threeDotsH,
  40. IconData threeDotsV,
  41. IconData trending,
  42. IconData venue,
  43. IconData verified,
  44. IconData wifi,
)

Implementation

AppIcons(
  this.add,
  this.addBox,
  this.address,
  this.addPerson,
  this.addPersonSent,
  this.area,
  this.arrowBackward,
  this.arrowDown,
  this.arrowForward,
  this.calendar,
  this.chat,
  this.clearField,
  this.dashboard,
  this.delete,
  this.editPicture,
  this.error,
  this.events,
  this.going,
  this.like,
  this.noLike,
  this.link,
  this.lock,
  this.map,
  this.menu,
  this.noEvents,
  this.noImage,
  this.notifications,
  this.pause,
  this.people,
  this.person,
  this.personCircle,
  this.play,
  this.remove,
  this.search,
  this.settings,
  this.share,
  this.tag,
  this.ticket,
  this.threeDotsH,
  this.threeDotsV,
  this.trending,
  this.venue,
  this.verified,
  this.wifi,
);