Widgets
Form
Labeled key-value input layout.
Form renders a two-column layout of labels and their corresponding views.
Construct each entry with a FormEntry literal.
Any View works as the value side, not only text fields. Use a VStack or
custom Viewable if an entry needs more than a single input.