SettingsServerSection
internal fun SettingsServerSection(state: SettingsState, headerModifier: Modifier, itemModifier: Modifier, warningModifier: Modifier, processIntent: (SettingsIntent) -> Unit)(source)
Renders the SettingsServerSection 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.
warningModifier
warning modifier value consumed by the API.
processIntent
process intent value consumed by the API.