SettingsHeader

fun SettingsHeader(modifier: Modifier = Modifier, loading: Boolean = false, text: UiText)(source)

Renders the SettingsHeader UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

loading

loading value consumed by the API.

text

text value consumed by the API.