Ipad34Pro constructor
Ipad34Pro(
- BuildContext? context,
- Orientation? orientation,
- int? currentMaxWidth
Implementation
Ipad34Pro(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
: super(context: context, orientation: orientation, minWidth: 768, maxWidth: 1024, currentMaxWidth: currentMaxWidth, );