DropDownPreference
fun <T : Enum<T>> DropDownPreference(title: String, enabled: Boolean, selectedItem: T, onItemSelected: (T) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null, itemIcon: (T) -> ERROR CLASS: Symbol not found for ImageVector? = null, itemColor: (T) -> ERROR CLASS: Symbol not found for Color? = null, itemLabel: (T) -> String? = null)(source)