GuiTextBox method

String GuiTextBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. num textSize,
  4. bool editMode,
)

Implementation

String GuiTextBox(
  RectangleBase bounds,
  String? text,
  num textSize,
  bool editMode,
) => 'GuiTextBox($bounds, $text, $textSize, $editMode)';