toggle menu
plugin
2023.10.329
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.ui.bridge
/
TextSelectionDropdown
Text
Selection
Dropdown
@
Composable
fun
TextSelectionDropdown
(
items
:
List
<
String
>
,
content
:
String
,
enabled
:
Boolean
,
onSelection
:
(
String
)
->
Unit
)