isTablet property

bool get isTablet

Implementation

bool get isTablet {
  return kIsWeb && screenWidth <= desktopBreakpoint;
}