GalleryDetailScreen
fun GalleryDetailScreen(itemId: Long, modifier: Modifier = Modifier, router: GalleryDetailRouter? = null)(source)
Renders the GalleryDetailScreen UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
itemId
item id value consumed by the API.
modifier
Compose modifier applied to the rendered UI.
router
router value consumed by the API.