ScreenConfiguration constructor

const ScreenConfiguration({
  1. int screenWidthDp = 300,
  2. int screenHeightDp = 533,
  3. int smallestScreenWidthDp = 0,
  4. int densityDpi = 160,
  5. double fontScale = 1.0,
  6. int orientation = orientationUndefined,
  7. int uiMode = 0,
})

Implementation

const ScreenConfiguration({
  this.screenWidthDp = 300,
  this.screenHeightDp = 533,
  this.smallestScreenWidthDp = 0,
  this.densityDpi = 160,
  this.fontScale = 1.0,
  this.orientation = orientationUndefined,
  this.uiMode = 0,
});