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