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