GalleryDetailCell

internal fun GalleryDetailCell(modifier: Modifier = Modifier, text: String, color: Color)(source)

Renders the GalleryDetailCell UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

text

text value consumed by the API.

color

color value consumed by the API.