GalleryDetailContentState

internal fun GalleryDetailContentState(modifier: Modifier = Modifier, state: GalleryDetailState, content: GalleryDetailContent, onCopyTextClick: (String) -> Unit = {})(source)

Renders the GalleryDetailContentState UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

state

state rendered or processed by the component.

content

content value consumed by the API.

onCopyTextClick

callback invoked by the component.