toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-lazylayout-compose
/
app.cash.redwood.lazylayout.compose
/
LazyListScope
/
items
items
abstract
fun
items
(
count
:
Int
,
itemContent
:
@
Composable
(
index
:
Int
)
->
Unit
)
Adds a
count
of items.
Parameters
count
The items count.
item
Content
The content displayed by a single item.