ItemContents

interface ItemContents<T>

the content provider interface for a list item

Inheritors

Properties

Link copied to clipboard
abstract val content: @Composable ColumnScope.(item: T) -> Unit

the main content of a list item

Link copied to clipboard
abstract val iconContent: @Composable (item: T) -> Unit?

the icon of a list item

Link copied to clipboard
abstract val trailingContent: @Composable ColumnScope.(item: T) -> Unit?

the trailing content of a list item