TrailingIcon

@Composable
fun TrailingIcon(expanded: Boolean, modifier: Modifier = Modifier)

Default trailing icon for Exposed Dropdown Menu.

Parameters

expanded

whether the menu is expanded or not. Affects the appearance of the icon.

modifier

the Modifier to be applied to this icon