Hi, in a Row I have two boxes, is there a way to s...
# compose-web
a
Hi, in a Row I have two boxes, is there a way to set the second box to the right side of the screen while keeping the first in the left side ?
n
Maybe use `Div`s and you can style them using CSS whatever you like (eg. flex layout).
a
oops I sent this message in the wrong channel, I'm using #compose-desktop
SpaceBetween seems to be the Arrangement you're looking for
s