isTablet property

bool get isTablet

Implementation

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