I am setting up a picker with a range of 0 to 60 with increments of 0.1 using the following code
@State private var handicapIndex = 20.6
var body: some View {<