ScreenInformation constructor
const
ScreenInformation({
- double? pixelDensity,
- ScreenOrientation? orientation,
Implementation
const ScreenInformation({
this.pixelDensity,
this.orientation,
});