Is there a Grid component that is not Lazy(not scr...
# compose
k
Is there a Grid component that is not Lazy(not scrollable)? I found this one but it can’t set Gird Gap. https://github.com/android/compose-samples/blob/2cff65334ea023956a58f215a13b6a55c7[…]ck/app/src/main/java/com/example/jetsnack/ui/components/Grid.kt
a
You can nest two Rows inside a Column.