GuiButton method
Implementation
@override
int GuiButton(
RectangleD bounds,
String? text,
) => run(
() => RaylibDebugLabels.GuiButton(bounds, text),
() => rl.Gui.GuiButton.run2(
rl.Temp.Rectangle$.Ref1(bounds).toJS,
text?.toJS,
).toInt(),
);