ScreenGoModel constructor
ScreenGoModel({
- required double screenHeight,
- required double screenWidth,
- required Orientation orientation,
- required double parentHeight,
- required double parentWidth,
- required DeviceScreenType screenType,
- required DeviceType deviceType,
Implementation
ScreenGoModel({
required this.screenHeight,
required this.screenWidth,
required this.orientation,
required this.parentHeight,
required this.parentWidth,
required this.screenType,
required this.deviceType,
});