ListItem
fun ListItem(text: String, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, supportingText: String? = null, textColor: ERROR CLASS: Symbol not found for Color = LocalContentColor.current, supportingTextColor: ERROR CLASS: Symbol not found for Color = LocalContentColor.current, copyable: Boolean = false, enabled: Boolean = true, leadingIcon: ERROR CLASS: Symbol not found for ImageVector?? = null, leadingIconTint: ERROR CLASS: Symbol not found for Color = LocalContentColor.current, trailingIcon: ERROR CLASS: Symbol not found for ImageVector?? = Icons.AutoMirrored.Rounded.KeyboardArrowRight, trailingIconTint: ERROR CLASS: Symbol not found for Color = LocalContentColor.current, onClick: () -> Unit? = null)(source)
A list item with an optional leadingIcon, headline text, optional supportingText, and optional trailingIcon.