I have following Picker in my SwiftUI ContentView
Picker("", selection: $approxType, content: { Text("Linear").tag(1)