isTablet property

bool get isTablet

Implementation

static bool get isTablet =>
    SizeConfig.screenWidth >= 600 && SizeConfig.screenWidth < 1024;