SizingInformation constructor

SizingInformation({
  1. DeviceScreenType? deviceScreenType,
  2. Size? screenSize,
  3. Size? localWidgetSize,
})

Implementation

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