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
/
SettingsItem
Settings
Item
@
Composable
fun
SettingsItem
(
title
:
String
,
subtitle
:
String
?
=
null
,
description
:
String
?
=
null
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
)