ListItemHeaderViewModel
fun ListItemHeaderViewModel(itemId: Any, icon: DrawableResolver? = null, text: StringResolver? = null)
Content copied to clipboard
Parameters
itemId
A unique stable ID for the header item. See ListItemViewModel.itemId.
icon
The icon for the header item displayed in Image section
.
text
The text for the header item displayed in Text section
.