-
-
Notifications
You must be signed in to change notification settings - Fork 64
Style a Row #53
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
It would be really helpful if we were able to style each row individually. This could help adding a unified background which fits to each row.
Describe the solution you'd like
As each row is a HStack, it should be quite easy to conditionally add a view modifier to this.
Not sure on exact syntax, I suppose ideally
.rowViewModifier(ViewModifier)would be nice.