GalaxyS6 constructor

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

Implementation

GalaxyS6(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
    : super(context: context, orientation: orientation, minWidth: 360, maxWidth: 640, currentMaxWidth: currentMaxWidth, );