WindowSize constructor

const WindowSize(
  1. double width,
  2. double height
)

Creates a viewport-size value.

Implementation

const WindowSize(this.width, this.height);