new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
ActionButton
Action
Button
@
Composable
fun
ActionButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
shape
:
Shape
=
RoundedCornerShape(6.dp)
,
indication
:
Indication
?
=
HoverOrPressedIndication(shape)
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
ActionButtonColors
=
LocalActionButtonColors.current
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
)