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)
fun <T> DropDownPreference(title: String, enabled: Boolean, items: List<ERROR CLASS: Symbol not found for Pair<T, kotlin/String>>, selectedItem: T, onItemSelected: (T) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null)(source)
fun <T> DropDownPreference(title: String, enabled: Boolean, items: List<DropDownItem<T>>, selectedItem: T, onItemSelected: (T) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, summary: String? = null)(source)