isTab property

bool isTab

Returns true if the screen is considered a tablet device.

Implementation

bool get isTab =>
    config.isTab(screenWidth, screenHeight) && screenWidth >= 500;