ScreenPositioner constructor Null safety

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

Implementation

ScreenPositioner(this.width, this.height);