what would be the best way to make the container of this LazyRow, TextField and LazyVerticalGrid scrollable knowing that we can't have nested scrollable in the same direction layouts ?
j
Jan Bína
12/16/2021, 12:54 PM
You should create one big
LazyColumn
.
LazyRow
and
TextField
will be the first two `item`s of this Column. Then you have to basically take out the content of