Dropdown
fun Dropdown(expanded: Boolean, onExpandedChange: (Boolean) -> Unit, onDismissRequest: () -> Unit, dropdownLabel: @Composable RowScope.() -> Unit, modifier: Modifier = Modifier, properties: PopupProperties = PopupProperties(), popupDropdownContent: @Composable ColumnScope.() -> Unit)
A dropdown that can be used as a leading or trailing content for a TextField that show a dropdown on touch.