WindowSize constructor

WindowSize(
  1. int width,
  2. int height
)

Create a size.

Implementation

WindowSize(this.width, this.height);