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