FileDefaultPreviewCard constructor
const
FileDefaultPreviewCard({
- Key? key,
- required IconData icon,
- required String text,
- VoidCallback? onClose,
- VoidCallback? onDownload,
- bool showActionIcon = false,
- bool useThreadAttachmentStyle = false,
Implementation
const FileDefaultPreviewCard({
super.key,
required this.icon,
required this.text,
this.onClose,
this.onDownload,
this.showActionIcon = false,
this.useThreadAttachmentStyle = false,
});