ScreenInfo constructor

ScreenInfo(
  1. double width,
  2. double height,
  3. double statusBarHeight
)

Implementation

ScreenInfo(this.width, this.height, this.statusBarHeight);