isTablet property

bool get isTablet

Implementation

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