Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.components
/
MyDropdownDefaults
/
DropdownContent
Dropdown
Content
@
Composable
fun
DropdownContent
(
text
:
String
,
selected
:
Boolean
,
leadingContent
:
@
Composable
(
)
->
Unit
=
{}
)