DropdownMenu

fun <T> DropdownMenu(selectedLabel: String, stringForItem: (T) -> String, onSelected: (T) -> Unit, items: List<T>)