Box and Stack are same? , I dont get the differenc...
# compose
v
Box and Stack are same? , I dont get the difference between them
a
Stack was renamed to Box.
v
Oh okay thanks, Box describe UI in relative manner no?
a
Box can be used to stack children on top of each other, or you can use it with just a Modifier. There's 2 overloads of it.
v
with modifier also , interesting thanks