TUIAttachmentUpload constructor
const
TUIAttachmentUpload({})
Implementation
const TUIAttachmentUpload({
super.key,
required this.title,
required this.isIconUsed,
this.icon,
this.image,
this.description = "",
this.downloadTapped,
this.deleteTapped,
});