cIsTablet property

bool cIsTablet

Returns true if the device is identified as a tablet based on its screen size.

Implementation

bool get cIsTablet => MediaQuery.of(this).size.shortestSide > 600;