ChannelMediaAttachmentsPreviewBottomBarParams

constructor(centerContent: @Composable () -> Unit, leadingContent: @Composable () -> Unit = {}, trailingContent: @Composable () -> Unit = {})

Parameters

centerContent

Composable lambda for center content in the bottom bar.

leadingContent

Composable lambda for leading content in the bottom bar.

trailingContent

Composable lambda for trailing content in the bottom bar.