SizingInfo constructor

SizingInfo({
  1. required DeviceScreenType type,
  2. required Size screenSize,
  3. required Size widgetSize,
})

Implementation

SizingInfo({required this.type, required this.screenSize, required this.widgetSize});