FileDefaultPreviewCard constructor

const FileDefaultPreviewCard({
  1. Key? key,
  2. required IconData icon,
  3. required String text,
  4. VoidCallback? onClose,
  5. VoidCallback? onDownload,
})

Implementation

const FileDefaultPreviewCard({super.key, required this.icon, required this.text, this.onClose, this.onDownload});