isTablet function

bool isTablet()

Implementation

bool isTablet() {
  return ScreenSize().width >= 768 && ScreenSize().width < 1024;
}