GuiToggle function
Implementation
(GuiResult result, bool active) GuiToggle(
RectangleD bounds,
String? text,
bool active,
) => _module.GuiToggle(bounds, text, active);
(GuiResult result, bool active) GuiToggle(
RectangleD bounds,
String? text,
bool active,
) => _module.GuiToggle(bounds, text, active);