GuiWindowBox method

String GuiWindowBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? title
)

Implementation

String GuiWindowBox(
  RectangleBase bounds,
  String? title,
) => 'GuiWindowBox($bounds, $title)';