coui-ui
Toggle table of contents
1.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
coui-ui
coui-ui
/
io.github.suqi8.coui.kmp.layout
/
DialogButtonBarAction
/
DialogButtonBarAction
Dialog
Button
Bar
Action
constructor
(
text
:
String
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
)
Parameters
text
The button label.
enabled
Whether the button is enabled.
on
Click
Invoked when the button is clicked.