GuiPanel method

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

Implementation

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