isLaptop property

bool isLaptop

Returns true if the screen is considered a laptop device.

Implementation

bool get isLaptop =>
    config.isLaptop(screenWidth, screenHeight) && screenWidth > 1020;