GuiToggle method

String GuiToggle(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. bool active
)

Implementation

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