FileUploadContent
open fun FileUploadContent(attachmentState: AttachmentState, modifier: Modifier, onItemClick: (Attachment, List<AttachmentPreviewHandler>) -> Unit)
The default file upload content used for displaying uploading attachments.
Parameters
attachmentState
The state of the attachment.
modifier
Modifier for styling.
onItemClick
Lambda called when an item gets clicked.