Modifiers
listRowSeparator
Controls the visibility of the separator for a list row.
listRowSeparator(visibility, edges)
| Parameter | Type | Description |
|---|---|---|
visibility | 'automatic' | 'visible' | 'hidden' | The visibility to apply. |
edges(optional) | 'top' | 'bottom' | 'all' | The edges where the separator visibility applies. |
Controls the visibility of the separator for a list row.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- listRowSeparator (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)