GalleryScreen

fun GalleryScreen(modifier: Modifier = Modifier, galleryRouter: GalleryRouter? = null, backHandlerEnabled: Boolean = true)(source)

Renders the GalleryScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

galleryRouter

gallery router value consumed by the API.

backHandlerEnabled

back handler enabled value consumed by the API.