Is there an efficient way to position a composable on the top left of the circle of another composable that is clipped with CircleShape. I'm sure there's a better way than using a BoxWithConstraint.
b
Ben Trengrove [G]
02/14/2024, 8:38 PM
Just use a custom layout?
t
Tolriq
02/14/2024, 8:52 PM
Hum I'll need to look again at that, last time I had an issue to measure child based on the parent. Maybe I need to rethink the component to only be 2 childs and put that in a box that will have the more complex size things.