ScreenGoModel constructor

ScreenGoModel({
  1. required double screenHeight,
  2. required double screenWidth,
  3. required Orientation orientation,
  4. required double parentHeight,
  5. required double parentWidth,
  6. required DeviceScreenType screenType,
  7. 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,
});