GuiMessageBox method
String
GuiMessageBox(
- RectangleBase<
RectangleBase> bounds, - String? title,
- String message,
- String buttons,
Implementation
String GuiMessageBox(
RectangleBase bounds,
String? title,
String message,
String buttons,
) => 'GuiMessageBox($bounds, $title, $message, $buttons)';