toggle menu
ui
0.27.0
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
SimpleListItem
Simple
List
Item
@
Composable
fun
SimpleListItem
(
text
:
String
,
state
:
ListItemState
,
modifier
:
Modifier
=
Modifier
,
style
:
SimpleListItemStyle
=
JewelTheme.simpleListItemStyle
,
height
:
Dp
=
JewelTheme.globalMetrics.rowHeight
,
icon
:
IconKey
?
=
null
,
contentDescription
:
String
?
=
null
)