menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
RenderBackend
drawRectangle abstract method
drawRectangle abstract method
dark_mode
light_mode
drawRectangle
abstract method
void
drawRectangle
(
num
posX
,
num
posY
,
num
width
,
num
height
,
ColorD
color
,
)
Implementation
void drawRectangle(num posX, num posY, num width, num height, ColorD color);
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
RenderBackend
drawRectangle abstract method
RenderBackend class