FileAttachmentItem
fun FileAttachmentItem(attachment: Attachment, showFileSize: (Attachment) -> Boolean, modifier: Modifier = Modifier)
Represents each file item in the list of file attachments.
Parameters
attachment
The file attachment to show.
modifier
Modifier for styling.