Iphone4 constructor
Iphone4(
- BuildContext? context,
- Orientation? orientation,
- int? currentMaxWidth
Implementation
Iphone4(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
: super(context: context, orientation: orientation, minWidth: 320, maxWidth: 480, currentMaxWidth: currentMaxWidth);