GuiDummyRec method

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

Implementation

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