content

val content: @Composable (modifier: Modifier, attachmentState: AttachmentState) -> Unit

Parameters

content

Composable function that allows users to define the content the AttachmentFactory will build using any given AttachmentState, when the message is displayed in the message list.