DropdownData

constructor(selectedIndex: Int? = null, labels: List<String> = emptyList(), values: List<String> = emptyList(), placeholder: String = "", backgroundColor: Color? = null, onValueChanged: (String, String) -> Unit = { _, _ -> })