Modifiers
listRowSpacing
Sets the vertical spacing between adjacent rows in a list.
listRowSpacing(spacing)
iOS 15+
| Parameter | Type | Description |
|---|---|---|
spacing(optional) | number | The spacing value to use. When omitted, the default spacing is used. |
Sets the vertical spacing between adjacent rows in a list.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- listRowSpacing (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)