ScreenConfiguration constructor
const
ScreenConfiguration({})
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,
});