How to implement this textfield in SwitfUI

In Contact app on watchOS, there're some textfields. But I can not find which textfield could implement it. Any one has some idea?

I have tried custom TextFieldStyle, and others. But I stil cannot find out.

Isn't it just a normal TextField? Maybe with a placeholder?

Show us the code you've tried, properly-formatted with the code formatting tools in the toolbar.

What exactly do you want to mimic. Your question is not precise enough to get proper answer.

In SwiftUI, that would be a List, with a VStack for each item (Surname, First Name, Company), and 2 Text in each VStack, with the proper font attributes…

How to implement this textfield in SwitfUI
 
 
Q