a button with a style that indicates a destructive action (e.g. “Remove”, “Delete”, etc.).
factory PopupButton.destructive(String id, String text) => PopupButton._(id, 'destructive', text);