AiSdAppTheme
Renders the AiSdAppTheme UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
content
content value consumed by the API.
fun AiSdAppTheme(state: AiSdAppThemeState, applySystemBars: Boolean = true, content: @Composable () -> Unit)(source)
Renders the AiSdAppTheme UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
applySystemBars
apply system bars value consumed by the API.
content
content value consumed by the API.