toggle menu
ui
0.22.0
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
SelectableIconButton
Selectable
Icon
Button
@
Composable
fun
SelectableIconButton
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
focusable
:
Boolean
=
true
,
style
:
IconButtonStyle
=
JewelTheme.iconButtonStyle
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
BoxScope
.
(
IconButtonState
)
->
Unit
)