. If you wanted to arrange items vertically instead, like below (Icon over text), would you just put a
Column
in `Button`’s content? Seems hacky putting a
Column
in an otherwise empty
Row
s
Stylianos Gakis
12/12/2024, 1:49 AM
Yeah, you just do that indeed.
I honestly would like the button to just not provide any scope and lay out things in a box to not give you any such things to worry about.
👍 3
z
Zakir Sheikh
12/12/2024, 3:07 AM
I was thinking the same, instead Button should not expose any scope.