SizingInformation constructor

SizingInformation({
  1. required DeviceScreenType deviceScreenType,
  2. required RefinedSize refinedSize,
  3. required Size screenSize,
  4. required Size localWidgetSize,
})

Implementation

SizingInformation({
  required this.deviceScreenType,
  required this.refinedSize,
  required this.screenSize,
  required this.localWidgetSize,
});