menu
dartatui package
documentation
core/rect.dart
Rect
Rect.new const constructor
Rect.new const constructor
dark_mode
light_mode
Rect
constructor
const
Rect
(
int
x
,
int
y
,
int
width
,
int
height
,
)
Implementation
const Rect(this.x, this.y, this.width, this.height);
dartatui package
documentation
core/rect
Rect
Rect.new const constructor
Rect class