isTablet property

bool get isTablet

Implementation

bool get isTablet => screenWidth >= 600 && screenWidth < 1200;