Viewport constructor

Viewport(
  1. int left,
  2. int bottom,
  3. int width,
  4. int height,
)

Implementation

Viewport(this.left, this.bottom, this.width, this.height);