ScreenAdaptationInit constructor

ScreenAdaptationInit({
  1. required Widget child,
  2. Size size = const Size(750, 1337),
  3. bool allowFontScaling = false,
  4. Size? landscapeSize,
})

Implementation

ScreenAdaptationInit(
    {required this.child,
    this.size = const Size(750, 1337),
    this.allowFontScaling = false,
    this.landscapeSize});