WindowsPhone constructor

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

Implementation

WindowsPhone(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
    : super(context: context, orientation: orientation, minWidth: 480, maxWidth: 800,  currentMaxWidth: currentMaxWidth);