Creates a new instance of Rect.
const Rect({ required this.x, required this.y, required this.width, required this.height, });