FileUploadContent
fun FileUploadContent(attachmentState: AttachmentState, modifier: Modifier = Modifier, onItemClick: (Attachment, List<AttachmentPreviewHandler>) -> Unit = ::onFileUploadContentItemClick)
Represents the content when files are being uploaded.
Parameters
attachmentState
The state of this attachment.
modifier
Modifier for styling.
onItemClick
Lambda called when an item gets clicked.