GalleryDetailsTable
internal fun GalleryDetailsTable(modifier: Modifier = Modifier, content: GalleryDetailContent, onCopyTextClick: (String) -> Unit = {})(source)
Renders the GalleryDetailsTable UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
content
content value consumed by the API.
onCopyTextClick
callback invoked by the component.