Hi guys, I have a row which has 2 item, the first ...
# compose
e
Hi guys, I have a row which has 2 item, the first item is
Canvas
, and the second is
LazyColumn
(which is scrollable). How to make my
Canvas
height the same as my
LazyColumn
full (scrollable) height? Or, should I make my
Canvas
being item of my
LazyColumn
?
Nvm, I think it will be better if my canvas is being part of my LazyColumn item
☝️ 3