redwood
Toggle table of contents
0.17.0
common
Platform filter
common
Switch theme
Search in API
redwood
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.