pub fn picker<S: Into<String>>( options: impl IntoIterator<Item = S>, selected: Signal<usize>, ) -> Picker
picker(["A", "B", "C"], choice).segmented() — options are fixed, selected is the bound index.
picker(["A", "B", "C"], choice).segmented()
selected