menu
navigine_sdk package
documentation
com/navigine/idl/rectangle.dart
Rectangle
Rectangle.new constructor
Rectangle.new constructor
dark_mode
light_mode
Rectangle
constructor
Rectangle
(
int
x
,
int
y
,
int
width
,
int
height
,
)
@brief Default constructor
Implementation
Rectangle(this.x, this.y, this.width, this.height);
navigine_sdk package
documentation
com/navigine/idl/rectangle
Rectangle
Rectangle.new constructor
Rectangle class