isTablet property

bool get isTablet

Check if current screen is tablet

Implementation

static bool get isTablet =>
    ScreenUtil.instance.screenWidth >= mobile &&
    ScreenUtil.instance.screenWidth < desktop;