Picker

public struct Picker : View
extension Picker: Renderable

A view that displays a list of values, from which one can be selected.

By Default a picker view style will be used. If you want to use a different style, modify the view with the .pickerStyle(_) method.