toggle menu
ui
1.0.0-SNAPSHOT
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
SegmentedControl
Segmented
Control
@
Composable
fun
SegmentedControl
(
buttons
:
List
<
SegmentedControlButtonData
>
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
style
:
SegmentedControlStyle
=
JewelTheme.segmentedControlStyle
,
buttonStyle
:
SegmentedControlButtonStyle
=
JewelTheme.segmentedControlButtonStyle
,
textStyle
:
TextStyle
=
JewelTheme.defaultTextStyle
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
)