SizeInformation constructor

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

Implementation

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