FileDefaultAttachmentPreview constructor

const FileDefaultAttachmentPreview({
  1. Key? key,
  2. required FileUpload attachment,
  3. required VoidCallback onRemove,
  4. double maxWidth = 200,
})

Implementation

const FileDefaultAttachmentPreview({super.key, required this.attachment, required this.onRemove, this.maxWidth = 200});