SettingsCommunitySection
internal fun SettingsCommunitySection(state: SettingsState, headerModifier: Modifier, itemModifier: Modifier, processIntent: (SettingsIntent) -> Unit)(source)
Renders the SettingsCommunitySection 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.