GuiLabelButton method

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

Implementation

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