The regular Label also does this, being able to call the constructor with no arguments is required for REGISTER_WIDGET(GUI, LinkLabel).
@@ -37,7 +37,7 @@ public:
Function<void()> on_click;
private:
- explicit LinkLabel(String);
+ explicit LinkLabel(String text = {});
virtual void mousedown_event(MouseEvent&) override;
virtual void paint_event(PaintEvent&) override;