isTabletSize property
bool
get
isTabletSize
True if the current device is Tablet
Implementation
bool get isTabletSize => isSmallTabletSize || isLargeTabletSize;
True if the current device is Tablet
bool get isTabletSize => isSmallTabletSize || isLargeTabletSize;