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