ScreenSettings constructor

ScreenSettings({
  1. int width = 1280,
  2. int height = 720,
})

Implementation

ScreenSettings({
  this.width = 1280,
  this.height = 720,
});