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