GuiButton method
Label for RaylibGuiModuleBase.GuiButton.
Implementation
String GuiButton(
RectangleBase bounds,
String? text,
) => 'GuiButton($bounds, $text)';
Label for RaylibGuiModuleBase.GuiButton.
String GuiButton(
RectangleBase bounds,
String? text,
) => 'GuiButton($bounds, $text)';