Alex Styl
12/14/2024, 7:51 AMBox(Modifier.parent()){
Box(Modifier.child()) // <- ensure child() can only be used from inside a composable with Modifier.parent(), and get info passed from parent()
}
Modifier.child()
to acccess data passed from the Modifier.parent()
.efemoney
12/14/2024, 8:52 AMModifierLocal
s that can be use to store & pass information within a particular layout node subtree