new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
Tab
Tab
@
Composable
fun
Tab
(
selected
:
Boolean
,
onSelected
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
TabColors
=
LocalTabColors.current
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)