RectangleD constructor
RectangleD({
- WasmStructPointer<
RectangleD> ? 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,
});