ListItemDownload constructor
const
ListItemDownload({})
Implementation
const ListItemDownload({
super.key,
required this.status,
required this.fileName,
required this.onDelete,
this.uploadProgress,
this.errorMessage,
});