PilotPicker

constructor(label: StateFlow<LABEL>, items: StateFlow<List<ITEM>>, isEnabled: StateFlow<Boolean> = MutableStateFlow(true), onSelectedIndex: (Int) -> Unit)