isTablet property

bool get isTablet

Check if screen is tablet

Implementation

bool get isTablet =>
    breakpoint!.mobile < shortestSide&& shortestSide<= breakpoint!.tablet;