isTablet property

bool isTablet

True if the current device is Tablet

Implementation

bool get isTablet => isSmallTablet || isLargeTablet;