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