ExposedDropdownMenu
Popup which contains content for Exposed Dropdown Menu. Should be used inside the content of ExposedDropdownMenuBox.
Parameters
whether the menu is expanded
called when the user requests to dismiss the menu, such as by tapping outside the menu's bounds
the Modifier to be applied to this menu
a ScrollState used by the menu's content for items vertical scrolling
whether the menu's width should be forcefully constrained to match the width of the text field to which it's attached.
the shape of the menu
the container color of the menu
when containerColor is ColorScheme.surface, a translucent primary color overlay is applied on top of the container. A higher tonal elevation value will result in a darker color in light theme and lighter color in dark theme. See also: Surface.
the elevation for the shadow below the menu
the border to draw around the container of the menu. Pass null
for no border.
the content of the menu
Deprecated
The `focusable` parameter is unused. Pass the proper MenuAnchorType to Modifier.menuAnchor instead, which will handle focusability automatically.