Adam Powell
05/24/2019, 10:45 PMJacob Applin
05/24/2019, 10:48 PMAdam Powell
05/24/2019, 10:49 PMAdam Powell
05/24/2019, 10:49 PMAdam Powell
05/24/2019, 10:50 PMLeland Richardson [G]
05/24/2019, 10:56 PMLeland Richardson [G]
05/24/2019, 10:56 PMStack
, it is a child of Stack
Leland Richardson [G]
05/24/2019, 10:56 PMLeland Richardson [G]
05/24/2019, 10:57 PMJacob Applin
05/24/2019, 11:01 PMclass Composable
fun Column(columnReceiver: (Composable.() -> Unit)) {
Composable().columnReceiver()
}
fun Composable.Text() {
}
fun sample() {
Column {
Column {
Text()
}
}
Column {
val outerColumn = this
Column {
outerColumn.Text()
}
}
}
Jacob Applin
05/24/2019, 11:03 PMLeland Richardson [G]
05/24/2019, 11:04 PMLeland Richardson [G]
05/24/2019, 11:05 PMLeland Richardson [G]
05/24/2019, 11:06 PMAdam Powell
05/24/2019, 11:10 PMstreetsofboston
05/25/2019, 12:35 AMAdam Powell
05/25/2019, 12:36 AMromainguy
05/25/2019, 7:25 AMromainguy
05/25/2019, 7:27 AMGil Goldzweig
05/26/2019, 5:47 AMJacob Applin
05/26/2019, 3:13 PMPaul Woitaschek
05/26/2019, 4:29 PMjw
05/26/2019, 9:24 PMromainguy
05/28/2019, 5:39 AMChuck Jazdzewski [G]
05/28/2019, 4:15 PMonDispose
will call back the supplied lambda when the effect leaves composition.Antanas A.
06/03/2019, 8:11 AMAntanas A.
06/03/2019, 8:12 AMgildor
06/03/2019, 8:28 AMAntanas A.
06/03/2019, 8:32 AMAntanas A.
06/03/2019, 8:33 AM