SettingsItemContent

fun SettingsItemContent(modifier: Modifier = Modifier, icon: ImageVector? = null, text: UiText, iconContent: @Composable () -> Unit? = null)(source)

Renders the SettingsItemContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

icon

icon value consumed by the API.

text

text value consumed by the API.

iconContent

icon content value consumed by the API.


fun SettingsItemContent(text: String, modifier: Modifier = Modifier, startIconContent: @Composable () -> Unit? = null)(source)

Renders the SettingsItemContent 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.

startIconContent

start icon content value consumed by the API.