isLargeTablet property

bool get isLargeTablet

Implementation

bool get isLargeTablet => screenWidth >= 840 && screenWidth < 1200;