ColumnsFormStyle
A non-scrolling form style with a trailing aligned column of labels next to a leading aligned column of values.
Declaration
struct ColumnsFormStyleOverview
Use the columns static variable to create this style:
Form {
...
}
.formStyle(.columns)