GuiMessageBox method

String GuiMessageBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? title,
  3. String message,
  4. String buttons,
)

Implementation

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