I\'ve styled a picker in the following way:
Picker(selection: $selectedProduct, label: Text("Product: \\(self.products[self.selectedProduct].name!)")) {