问题
Is it possible to adjust the spacing between section blocks in a form? Ive tried using .padding() but it only moves whatever is inside the section, not the actual section itself.
回答1:
Try a spacer between the sections:
Spacer(minLength: CGFloat?)
回答2:
You can try this property without giving float value too
Spacer() // this will work
来源:https://stackoverflow.com/questions/60143989/spacing-between-sections-in-a-form