toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components
/
PilotPicker
Pilot
Picker
class
PilotPicker
<
LABEL
:
Any
,
ITEM
:
Any
>
(
val
label
:
StateFlow
<
LABEL
>
,
val
items
:
StateFlow
<
List
<
ITEM
>
>
,
val
onSelectedIndex
:
(
Int
)
->
Unit
)
Members
Constructors
Pilot
Picker
Link copied to clipboard
constructor
(
label
:
StateFlow
<
LABEL
>
,
items
:
StateFlow
<
List
<
ITEM
>
>
,
onSelectedIndex
:
(
Int
)
->
Unit
)
Properties
items
Link copied to clipboard
val
items
:
StateFlow
<
List
<
ITEM
>
>
label
Link copied to clipboard
val
label
:
StateFlow
<
LABEL
>
on
Selected
Index
Link copied to clipboard
val
onSelectedIndex
:
(
Int
)
->
Unit