TextMediaDisplay
fun TextMediaDisplay(title: String, subtitle: String, modifier: Modifier = Modifier, titleIcon: Paintable? = null, colorScheme: ColorScheme = MaterialTheme.colorScheme, titleOverflow: TextOverflow = TextOverflow.Ellipsis, subtitleOverflow: TextOverflow = TextOverflow.Ellipsis, titleSoftWrap: Boolean = true, subtitleSoftWrap: Boolean = true)
A simple text only display showing artist and title in two separated rows.