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