isTablet property

bool get isTablet

Return true if screen current is tablet.

Implementation

bool get isTablet => isSmallTablet || isLargeTablet;