Is there an efficient way to position a composable...
# compose
t
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
Just use a custom layout?
t
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.