SizingInformation constructor
SizingInformation({
- required ResponsiveUiSize deviceScreenType,
- required Size screenSize,
- required Size localWidgetSize,
Implementation
SizingInformation({
required this.deviceScreenType,
required this.screenSize,
required this.localWidgetSize,
});