Ipad34Pro constructor

Ipad34Pro(
  1. BuildContext? context,
  2. Orientation? orientation,
  3. int? currentMaxWidth
)

Implementation

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