isLaptop property

bool get isLaptop

Implementation

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