GuiGroupBox method

String GuiGroupBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text
)

Implementation

String GuiGroupBox(
  RectangleBase bounds,
  String? text,
) => 'GuiGroupBox($bounds, $text)';