isTablet property
bool
get
isTablet
Checks if the device is a tablet.
Implementation
bool get isTablet => isSmallTablet || isLargeTablet;
Checks if the device is a tablet.
bool get isTablet => isSmallTablet || isLargeTablet;