List Row Spacing
Sets the vertical spacing between two adjacent rows in a List.
Platform Compatibility
iOS 15.0+ iPadOS 15.0+ visionOS 1.0+
Tags
SwiftUI Code
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