DropdownMenuGroupItem
fun DropdownMenuGroupItem(title: @Composable () -> Unit, modifier: Modifier = Modifier, content: @Composable ColumnScope.() -> Unit)
A group of DropdownMenuItem with a title label to describe all items from this group.
Like in DropdownMenu the items are stacks vertically.
Parameters
title
The title label of the group, it's styled in SparkTypography.body1 and colored in emphasis SparkColors.dim1
modifier
The modifier to be applied to the Group.