pub fn menu(
args: impl Into<MenuProviderArgs>,
state: MenuState,
content: impl FnOnce(&mut MenuScope<'_, '_>) + Send + Sync + 'static,
)Expand description
Convenience wrapper for rendering only the menu overlay without extra main content.