Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.components
/
MyDropdownDefaults
My
Dropdown
Defaults
object
MyDropdownDefaults
Members
Functions
Content
Link copied to clipboard
@
Composable
fun
Content
(
modifier
:
Modifier
,
title
:
String
,
text
:
String
,
labelColor
:
Color
,
color
:
Color
,
leadingContent
:
@
Composable
(
)
->
Unit
=
{}
)
Dropdown
Content
Link copied to clipboard
@
Composable
fun
DropdownContent
(
text
:
String
,
selected
:
Boolean
,
leadingContent
:
@
Composable
(
)
->
Unit
=
{}
)
style
Link copied to clipboard
@
Composable
fun
style
(
)
:
MyDropdown.Style