cIsTablet property
bool
get
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;
Returns true if the device is identified as a tablet based on its screen size.
bool get cIsTablet => MediaQuery.of(this).size.shortestSide > 600;