How to use the spacing property #49
|
How do you use the spacing property? I tried the following but the buttons are still touching each other |
Answered by
dkk
Sep 18, 2023
Replies: 1 comment
|
|
0 replies
Answer selected by
dkk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


ForEachshould be used when you want it to be handled as a single element. If you want each element of theForEachto be seen as a different element by WrappingHStack, just exchange theForEachkeyword withWrappingHStack. Like this: