menu
commander_ui package
documentation
tui.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);
commander_ui package
documentation
tui
Rect
Rect.new const constructor
Rect class