Modifiers
listRowInsets
Applies an inset to the rows in a list.
listRowInsets(params)
| Parameter | Type | Description |
|---|---|---|
params | { bottom: number, leading: number, top: number, trailing: number } | The inset to apply to the rows in a list. |
Applies an inset to the rows in a list.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- listRowInsets (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)