LookAndFeelPageContent
fun LookAndFeelPageContent(modifier: Modifier = Modifier, darkThemeToken: DarkThemeToken, appVersion: String, isPageVisible: Boolean = false)(source)
Renders the LookAndFeelPageContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
darkThemeToken
dark theme token value consumed by the API.
appVersion
app version value consumed by the API.
isPageVisible
is page visible value consumed by the API.