RCKThemeIcon constructor

const RCKThemeIcon({
  1. String? file,
  2. String? add,
  3. String? audio,
  4. String? camera,
  5. String? chat,
  6. String? close,
  7. String? copy,
  8. String? defaultAvatar,
  9. String? delete,
  10. String? doNotDisturb1,
  11. String? doNotDisturb,
  12. String? document,
  13. String? done,
  14. String? downArrow,
  15. String? download,
  16. String? edit,
  17. String? emoji1,
  18. String? emoji,
  19. String? enterTheKeyboard,
  20. String? error,
  21. String? forwardMerge,
  22. String? forwardSingle,
  23. String? gallery,
  24. String? gift,
  25. String? groupDefaultAvatar,
  26. String? leftArrow,
  27. String? loading,
  28. String? local,
  29. String? member1,
  30. String? member,
  31. String? more,
  32. String? multiSelect,
  33. String? official1,
  34. String? official,
  35. String? pauseOne,
  36. String? pin,
  37. String? play,
  38. String? refresh,
  39. String? reply,
  40. String? rightArrow,
  41. String? search,
  42. String? thumbnailFailed,
  43. String? trumpet,
  44. String? videoPlay,
  45. String? voiceMessage1,
  46. String? voiceMessage,
  47. String? voiceMessageSend,
  48. String? noMessages,
  49. String? attention,
  50. String? allowNotification,
  51. String? unpin,
  52. String? chatItemMultiSelect,
  53. String? chatItemMultiUnselect,
  54. String? filming,
  55. String? playVideoInMore,
  56. String? recall,
  57. String? speechToText,
})

Implementation

const RCKThemeIcon(
    {this.file,
    this.add,
    this.audio,
    this.camera,
    this.chat,
    this.close,
    this.copy,
    this.defaultAvatar,
    this.delete,
    this.doNotDisturb1,
    this.doNotDisturb,
    this.document,
    this.done,
    this.downArrow,
    this.download,
    this.edit,
    this.emoji1,
    this.emoji,
    this.enterTheKeyboard,
    this.error,
    this.forwardMerge,
    this.forwardSingle,
    this.gallery,
    this.gift,
    this.groupDefaultAvatar,
    this.leftArrow,
    this.loading,
    this.local,
    this.member1,
    this.member,
    this.more,
    this.multiSelect,
    this.official1,
    this.official,
    this.pauseOne,
    this.pin,
    this.play,
    this.refresh,
    this.reply,
    this.rightArrow,
    this.search,
    this.thumbnailFailed,
    this.trumpet,
    this.videoPlay,
    this.voiceMessage1,
    this.voiceMessage,
    this.voiceMessageSend,
    this.noMessages,
    this.attention,
    this.allowNotification,
    this.unpin,
    this.chatItemMultiSelect,
    this.chatItemMultiUnselect,
    this.filming,
    this.playVideoInMore,
    this.recall,
    this.speechToText});