cosmic::widget::menuFunction root
Source pub fn root<'a, Message, Renderer: Renderer>(
label: impl Into<Cow<'a, str>> + 'a,
) -> Button<'a, Message>
Expand description
Create a root menu item.
§Arguments
label
- The label of the menu item.
§Returns
- A button for the root menu item.