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