alorma
DropdownMenu
DropdownMenuItem
DropdownMenuItem(onClick = {}) { Row( modifier = Modifier.fillMaxWidth(), verticalAlignment = Alignment.CenterVertically, ) { Icon( imageVector = Icons.Default.Person, contentDescription = action.contentDescription, tint = LocalContentColor.current, ) Text(text = "Action #0") } }
Chris Sinco [G]
Row
A modern programming language that makes developers happier.