kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-ui-compose
/
io.github.mlmgames.settings.ui.components
/
SettingsSection
Settings
Section
@
Composable
fun
SettingsSection
(
title
:
String
,
modifier
:
Modifier
=
Modifier
,
containerColor
:
Color
=
Color.Transparent
,
tonalElevation
:
Dp
=
0.dp
,
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
)