GalleryDetailRow
internal fun GalleryDetailRow(modifier: Modifier = Modifier, column1Weight: Float = 0.4f, column2Weight: Float = 0.6f, name: String, value: String, color: Color, onCopyTextClick: (String) -> Unit = {})(source)
Renders the GalleryDetailRow UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
column1Weight
column1 weight value consumed by the API.
column2Weight
column2 weight value consumed by the API.
name
name value consumed by the API.
value
value value consumed by the API.
color
color value consumed by the API.
onCopyTextClick
callback invoked by the component.