maxMobileWidth property
This is the breakpoint used to determine whether the device is a mobile device or a tablet.
If the MediaQuery's width in portrait mode is less than or equal
to maxMobileWidth, the device is in a mobile device
Implementation
final double maxMobileWidth;