So I want to get the compose height/width before it's drawn into UI screen, does anyone know if it's possible to do that? And if yes, how?
I tried Modifier.onPlaced { } but I think it's already drawn into the UI before I do any modification with that information