ListScope

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun ListScope.ListItem(modifier: Modifier = Modifier, iconTint: Color = this.iconTint, icon: @Composable () -> Unit = { Icon( painter = this.icon, contentDescription = this.iconContentDescription, ) }, content: @Composable () -> Unit)

A single list item with customizable icon.