Rect constructor
Rect({})
Implementation
Rect({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.width,
required this.height,
});
Rect({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.width,
required this.height,
});