Iphone678 constructor
Iphone678(
- BuildContext? context,
- Orientation? orientation,
- int? currentMaxWidth
Implementation
Iphone678(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
: super(context: context, orientation: orientation, minWidth: 375, maxWidth: 667, currentMaxWidth: currentMaxWidth);