ScreenInformation constructor

const ScreenInformation({
  1. double? pixelDensity,
  2. ScreenOrientation? orientation,
})

Implementation

const ScreenInformation({
  this.pixelDensity,
  this.orientation,
});