ScreenDim constructor

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

Implementation

ScreenDim(this.width,this.height);