GuiTextInputBox method
String
GuiTextInputBox(
- RectangleBase<
RectangleBase> bounds, - String? title,
- String? message,
- String buttons,
- String? text,
- num textMaxSize,
- 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)';