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