SettingsInfoSection
internal fun SettingsInfoSection(state: SettingsState, headerModifier: Modifier, itemModifier: Modifier, processIntent: (SettingsIntent) -> Unit)(source)
Renders the SettingsInfoSection UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
headerModifier
header modifier value consumed by the API.
itemModifier
item modifier value consumed by the API.
processIntent
process intent value consumed by the API.