SettingsScreen

fun SettingsScreen(modifier: Modifier = Modifier, router: SettingsRouter? = null)(source)

Renders the SettingsScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

router

router value consumed by the API.