GuiLabel method

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

Implementation

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