ListScope

expect class ListScope(source)
actual class ListScope(source)
actual class ListScope(source)

Constructors

Link copied to clipboard
constructor(lazyListScope: LazyListScope)
constructor(mdListScope: MdListScope)

Properties

Link copied to clipboard
Link copied to clipboard
val mdListScope: MdListScope

Functions

Link copied to clipboard
expect fun conventionalItem(key: Any? = null, contentType: Any? = null, content: ListItemComponents)
actual fun conventionalItem(key: Any?, contentType: Any?, content: ListItemComponents)
actual fun conventionalItem(key: Any?, contentType: Any?, content: ListItemComponents)
Link copied to clipboard
expect fun conventionalItems(count: Int, key: (index: Int) -> Any? = null, contentType: (index: Int) -> Any? = { null }, itemContent: (index: Int) -> ListItemComponents)
actual fun conventionalItems(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: (index: Int) -> ListItemComponents)
actual fun conventionalItems(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: (index: Int) -> ListItemComponents)
Link copied to clipboard
expect fun item(key: Any? = null, contentType: Any? = null, content: @Composable ItemScope.() -> Unit)
actual fun item(key: Any?, contentType: Any?, content: ItemScope.() -> Unit)
actual fun item(key: Any?, contentType: Any?, content: ItemScope.() -> Unit)
Link copied to clipboard
expect fun items(count: Int, key: (index: Int) -> Any? = null, contentType: (index: Int) -> Any? = { null }, itemContent: @Composable ItemScope.(index: Int) -> Unit)
actual fun items(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: ItemScope.(index: Int) -> Unit)
actual fun items(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: ItemScope.(index: Int) -> Unit)