Creates a Bounds with position and size.
const Bounds({ this.x = 0, this.y = 0, required this.width, required this.height, });