App Metadata Item
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.
icon Size
The size of the icon.
text Style
The style of the text.