AppMetadataItem

fun AppMetadataItem(icon: ImageVector, text: String, modifier: Modifier = Modifier, iconSize: Dp = MetadataIconSize, textStyle: TextStyle = MaterialTheme.typography.bodySmall)

A small utility component to display an icon alongside a text metadata. Usually used for year, duration, or lists.

Parameters

icon

The ImageVector to display.

text

The metadata text.

modifier

Modifier to be applied to the row.

iconSize

The size of the icon.

textStyle

The style of the text.