item

abstract fun item(content: @Composable () -> Unit)

Adds a single item.

Parameters

content

The content of the item.