Boundary constructor

Boundary(
  1. double width,
  2. double height,
  3. double x,
  4. double y,
)

Boundary initialization

Implementation

Boundary(this.width, this.height, this.x, this.y);