SizingInfo constructor
SizingInfo({
- required DeviceScreenType type,
- required Size screenSize,
- required Size widgetSize,
Implementation
SizingInfo({required this.type, required this.screenSize, required this.widgetSize});