isTablet property

bool get isTablet

Checks if the device is a tablet.

Implementation

bool get isTablet => isSmallTablet || isLargeTablet;