NavigableLazyListScope

data class NavigableLazyListScope(lazyListScope: LazyListScope, val navigation: Navigation)

Constructors

Link copied to clipboard
constructor(lazyListScope: LazyListScope, navigation: Navigation)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun item(key: Any? = null, contentType: Any? = null, content: @Composable LazyItemScope.() -> Unit)