Modifiers
listRowSeparatorTint
Sets the tint color of the separator for a list row.
listRowSeparatorTint(color, edges)
| Parameter | Type | Description |
|---|---|---|
color(optional) | Color | The color to apply to the separator (hex string). For example, #FF0000. When omitted, the default separator color is used. |
edges(optional) | 'top' | 'bottom' | 'all' | The edges where the separator tint applies. |
Sets the tint color of the separator for a list row.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- listRowSeparatorTint (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)