Hi guys, what is the best component in jetpack com...
# compose
l
Hi guys, what is the best component in jetpack compose to achieve this result. I was thinking about using a LazyVertical grid, but I always need to put a size for each column
v
FlowRow?
👍 6
4
👍🏾 1
l
Thank you, seems perfect for my problem
z
ContexualFlowRow?