isTab property
bool
get
isTab
Returns true
if the screen is considered a tablet device.
Implementation
bool get isTab =>
config.isTab(screenWidth, screenHeight) && screenWidth >= 500;
Returns true
if the screen is considered a tablet device.
bool get isTab =>
config.isTab(screenWidth, screenHeight) && screenWidth >= 500;