menu
raylib_dartified package
documentation
raylib.dart
RaylibGuiModuleDebugLabels
GuiGroupBox method
GuiGroupBox method
dark_mode
light_mode
GuiGroupBox
method
String
GuiGroupBox
(
RectangleBase
<
RectangleBase
>
bounds
,
String
?
text
)
Implementation
String GuiGroupBox( RectangleBase bounds, String? text, ) => 'GuiGroupBox($bounds, $text)';
raylib_dartified package
documentation
raylib
RaylibGuiModuleDebugLabels
GuiGroupBox method
RaylibGuiModuleDebugLabels class