GenericTablet constructor
GenericTablet(
- BuildContext? context,
- Orientation? orientation,
- int? currentMaxWidth
Implementation
GenericTablet(BuildContext? context, Orientation? orientation, int? currentMaxWidth)
: super(context: context, orientation: orientation, minWidth: 500, maxWidth: 799, currentMaxWidth: currentMaxWidth, );