new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
OutlineButton
Outline
Button
@
Composable
fun
OutlineButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
ButtonColors
=
LocalOutlineButtonColors.current
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)