menu
artisanal package
documentation
widgets.dart
Rect
Rect.fromLTWH const constructor
Rect.fromLTWH const constructor
dark_mode
light_mode
Rect.fromLTWH
constructor
const
Rect.fromLTWH
(
double
left
,
double
top
,
double
width
,
double
height
,
)
Implementation
const Rect.fromLTWH(this.left, this.top, this.width, this.height);
artisanal package
documentation
widgets
Rect
Rect.fromLTWH const constructor
Rect class