GuiButton method

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

Implementation

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