PageHeader
fun PageHeader(title: String, modifier: Modifier = Modifier, eyebrow: String? = null, subtitle: String? = null, actions: @Composable () -> Unit? = null)
Page header with eyebrow, title and optional subtitle + trailing actions.
Page header with eyebrow, title and optional subtitle + trailing actions.