Is there a way to use LazyRow to set the height of each child Composable to match the height of the tallest child Composable?
I’m trying to create a UI in Jetpack Compose where each child Composable has the same height as the tallest child Composable.