pub fn MenuButton(_: MenuButtonProps) -> Element
Like a button, but for [Menu]s.
Menu
For details, see the props struct definition.
children
Element
Inner children for the MenuButton
onpress
Option<EventHandler<Option<MouseEvent>>>
Handler for the onpress event.