GroupedFormStyle
A form style with grouped rows.
Declaration
struct GroupedFormStyleOverview
Rows in this form style have leading aligned labels and trailing aligned controls within visually grouped sections.
Use the grouped static variable to create this style:
Form {
...
}
.formStyle(.grouped)