Iphone678Plus constructor

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

Implementation

Iphone678Plus(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
    : super(context: context, orientation: orientation, minWidth: 414, maxWidth: 736, currentMaxWidth: currentMaxWidth, );