GuiLabelButton method
Implementation
int GuiLabelButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabelButton($bounds, $text)',
() => rl.Gui.GuiLabelButton(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);