isTablet property

bool get isTablet

True if the current device is Tablet

Implementation

bool get isTablet => isSmallTablet || isLargeTablet;