List Row Spacing

Sets the vertical spacing between two adjacent rows in a List.

List Row Spacing - iOS Light Mode Preview

Platform Compatibility

iOS 15.0+ iPadOS 15.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
List {
  Section {
    Text("Foo")
    Text("Bar")
  }
  Text("FooBar")
  Text("FooBar")
}
.listRowSpacing(5)

Found an issue or have a suggestion?

Created: August 6, 2025Updated: August 6, 2025