GuiTextInputBox method

String GuiTextInputBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? title,
  3. String? message,
  4. String buttons,
  5. String? text,
  6. num textMaxSize,
  7. bool? secretViewActive,
)

Implementation

String GuiTextInputBox(
  RectangleBase bounds,
  String? title,
  String? message,
  String buttons,
  String? text,
  num textMaxSize,
  bool? secretViewActive,
) => 'GuiTextInputBox($bounds, $title, $message, $buttons, $text, $textMaxSize, $secretViewActive)';