SettingsHeaderContent
fun SettingsHeaderContent(text: String, modifier: Modifier = Modifier, loading: Boolean = false)(source)
Renders the SettingsHeaderContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
text
text value consumed by the API.
modifier
Compose modifier applied to the rendered UI.
loading
loading value consumed by the API.