Menu
fun Menu(state: MenuState, modifier: Modifier = Modifier, content: @Composable MenuScope.() -> Unit)
fun Menu(modifier: Modifier = Modifier, state: MenuState = rememberMenuState(), ______deprecated: Unit, contents: @Composable MenuScope.() -> Unit)
Deprecated
This signature is going away in a future version
Replace with
Menu(state,modifier,contents)Content copied to clipboard