item

fun item(key: Any? = null, block: @Composable IComponent.() -> Unit)

Adds block as an item of this lazy container.

Parameters

key

A locally-unique identifier for this item. For more information, see key.