Slide 17
Slide 17 text
17
RecommendedMenuCard.kt
Modifier.onGloballyPositioned { layoutCoordinates ->
val rect = layoutCoordinates.boundsInWindow()
// Rect.fromLTRB(left = 84.0, top = 701.0, right = 996.0, bottom = 827.0)
rect.center
// Offset(x = 540.0, y = 764.0)
rect.size
// Size(width = 912.0, height = 126.0)
Rectを返す
ウィンドウを原点にした位置
が返ってくる