When a specific Box is clicked among multiple nest...
# compose
l
When a specific Box is clicked among multiple nested Boxes, is it possible to get the x and y values ​​on the screen of that Box? Specifically, I want to know the center x y value of Box3 when I start dragging on Box3.
z
Yep, use
LayoutCoordinates
from
onGloballyPositioned
.