I have a LazyColumn in my UI that I want to become...
# compose
z
I have a LazyColumn in my UI that I want to become a LazyRow when the device is in landscape mode, the easy solution is just copy and paste the code but use LazyRow instead of LazyColumn, but there's probably a more optimized solution for this type of problem. Any ideas?
j
Both use LazyScope, so you can create a extension function with this scope and call in each lazylayout