isTablet property

bool get isTablet

Implementation

bool get isTablet => smallest.shortestSide >= 600 && smallest.shortestSide < 900;