isTablet property
bool
get
isTablet
True if the current device is Tablet
Implementation
bool get isTablet => isSmallTablet || isLargeTablet;
True if the current device is Tablet
bool get isTablet => isSmallTablet || isLargeTablet;