Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.components
/
MyPicker
My
Picker
@
Composable
fun
MyPicker
(
value
:
String
,
icon
:
ImageVector
,
modifier
:
Modifier
=
Modifier
,
maxLines
:
Int
=
1
,
enabled
:
Boolean
=
true
,
onStartPicker
:
(
)
->
Unit
)
@
Composable
fun
MyPicker
(
value
:
String
,
icon
:
@
Composable
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
maxLines
:
Int
=
1
,
enabled
:
Boolean
=
true
,
onStartPicker
:
(
)
->
Unit
)