menu
raylib_dartified package
documentation
core/raylib.dart
RectangleD
RectangleD.new constructor
RectangleD.new constructor
dark_mode
light_mode
RectangleD
constructor
RectangleD
(
{
Pointer
<
RectangleC
>
?
originalPointer
,
double
x
=
0
,
double
y
=
0
,
double
width
=
0
,
double
height
=
0
,
})
Implementation
RectangleD({ super.originalPointer, this.x = 0, this.y = 0, this.width = 0, this.height = 0, });
raylib_dartified package
documentation
core/raylib
RectangleD
RectangleD.new constructor
RectangleD class