isSmallTablet property

bool get isSmallTablet

Implementation

bool get isSmallTablet => screenWidth >= 600 && screenWidth < 840;