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
/
SettingsAction
Settings
Action
@
Composable
fun
SettingsAction
(
title
:
String
,
description
:
String
?
=
null
,
buttonText
:
String
=
"Run"
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
)