Skip to main content

menu_button

Function menu_button 

Source
pub fn menu_button<Message>(
    label: impl Into<String>,
    width: Option<Length>,
    height: Option<Length>,
    msg: Message,
) -> Element<'static, Message, Theme, Renderer>
where Message: Clone + 'static,