toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components
/
PilotPicker
/
PilotPicker
Pilot
Picker
constructor
(
label
:
StateFlow
<
LABEL
>
,
items
:
StateFlow
<
List
<
ITEM
>
>
,
onSelectedIndex
:
(
Int
)
->
Unit
)