GuiToggle method
Implementation
String GuiToggle(
RectangleBase bounds,
String? text,
bool active,
) => 'GuiToggle($bounds, $text, $active)';
String GuiToggle(
RectangleBase bounds,
String? text,
bool active,
) => 'GuiToggle($bounds, $text, $active)';