ScreenInformation constructor

ScreenInformation({
  1. required Orientation orientation,
  2. required DeviceScreenType deviceType,
  3. required Size screenSize,
  4. required Size localWidgetSize,
})

Implementation

ScreenInformation({
  required this.orientation,
  required this.deviceType,
  required this.screenSize,
  required this.localWidgetSize,
});