content

fun AttachmentPanelComponent.content(compositionContext: CompositionContext? = null, content: @Composable () -> Unit): AttachmentPanelComponent

Sets the content of the AttachmentPanelComponent.

Return

The AttachmentPanelComponent instance.

Parameters

compositionContext

The parent composition context. Default value is null. Note that if you need androidx.compose.runtime.CompositionLocals that provide by parent composition, please pass the parent composition context to this function.

content

The content of the AttachmentPanelComponent.