WindowPreferences constructor

WindowPreferences({
  1. double? width,
  2. double? height,
  3. double? dx,
  4. double? dy,
})

Implementation

WindowPreferences({this.width, this.height, this.dx, this.dy});