What's the non-lazy equivalent of `LazyVerticalGrid`?
m
What's the non-lazy equivalent of
LazyVerticalGrid
?
I assume just using Columns and Rows manually.
f
Or you could create your own container using Layout