FileDefaultAttachmentPreview constructor
const
FileDefaultAttachmentPreview({
- Key? key,
- required FileUpload attachment,
- required VoidCallback onRemove,
- double maxWidth = 200,
Implementation
const FileDefaultAttachmentPreview({super.key, required this.attachment, required this.onRemove, this.maxWidth = 200});