isTablet method

bool isTablet()

Checks if the current breakpoint corresponds to a tablet device.

Implementation

bool isTablet() {
  return tablet.contains(this);
}