DropDown
fun DropDown(controller: DropdownFieldController, enabled: Boolean, modifier: Modifier = Modifier, showChevron: Boolean = true)
This composable will handle the display of dropdown items in a lazy column.
Here are some relevant manual tests:
Short list of dropdown items
long list of dropdown items
Varying width of dropdown item
Display setting very large
Whole row is clickable, not just text
Scrolls to the selected item in the list