menu
canvas_core package
documentation
canvas_core_runtime.dart
Rect2D
Rect2D.new const constructor
Rect2D.new const constructor
dark_mode
light_mode
Rect2D
constructor
const
Rect2D
(
double
left
,
double
top
,
double
right
,
double
bottom
,
)
Implementation
const Rect2D(this.left, this.top, this.right, this.bottom);
canvas_core package
documentation
canvas_core_runtime
Rect2D
Rect2D.new const constructor
Rect2D class