isTablet property
bool
get
isTablet
Return true if screen current is tablet.
Implementation
bool get isTablet => isSmallTablet || isLargeTablet;
Return true if screen current is tablet.
bool get isTablet => isSmallTablet || isLargeTablet;