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?