isTablet method

bool isTablet()

Implementation

bool isTablet() {
  return AkoResponsiveDevice.isWidthTablet(minWidth);
}