A button made to open popups.
Create a new button.
Popup this button belongs to, if any. Set automatically if the popup is spawned with spawnPopup.
Popup enabled by this button.
auto myButton = popupButton("Options", button("Edit", delegate { }), button("Copy", delegate { }), popupButton("Share", button("SMS", delegate { }), button("Via e-mail", delegate { }), button("Send to device", delegate { }), ), );
See Implementation
A button made to open popups.