<Jetpack Compose Column Composable Alignment> I'm ...
# stackoverflow
u
Jetpack Compose Column Composable Alignment I'm creating a layout with Jetpack Compose and there is a column. I would like center one composable and the other to align to the bottom. Here is an image of my target screen

here

I spent day working it out, SpaceAround and SpaceBetween didn't help. I would appreciate any help.