Glenn Martin
02/13/2021, 6:29 AMjim
02/13/2021, 4:36 PMLazyRow
is of type LazyListScope.() -> Unit
(notice that is NOT a composable lambda). If you look on the LazyListScope
, you will see it provides an item
function which does accept a @Composable LazyItemScope.() -> Unit)
which IS composable.Glenn Martin
02/14/2021, 1:36 PMjim
02/14/2021, 3:11 PMGlenn Martin
02/20/2021, 2:16 AM