ScreenSize constructor

ScreenSize(
  1. double width,
  2. double height
)

Implementation

ScreenSize(this.width, this.height);