GenericPhone constructor

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

Implementation

GenericPhone(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
    : super(context: context, orientation: orientation, minWidth: 320, maxWidth: 499,  currentMaxWidth: currentMaxWidth);