isTablet property

bool get isTablet

Implementation

bool get isTablet =>
    _context.screenWidth >= mobileWidth && _context.screenWidth < tabletWidth;