Iphone678Plus constructor
Iphone678Plus(
- BuildContext? context,
- Orientation? orientation,
- int? currentMaxWidth
Implementation
Iphone678Plus(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
: super(context: context, orientation: orientation, minWidth: 414, maxWidth: 736, currentMaxWidth: currentMaxWidth, );