maxTabletWidth property

double? maxTabletWidth
final

By default, the ScreenType can only be mobile or tablet. If this is set, the ScreenType can be desktop as well

This is the breakpoint used to determine whether the device is a tablet or a desktop.

If the MediaQuery's width in portrait mode is less than or equal to maxTabletWidth, the device is in a tablet device

Implementation

final double? maxTabletWidth;