isDesktop property

bool get isDesktop

Implementation

bool get isDesktop =>
    config.isDesktop(screenWidth, screenHeight) && screenWidth > 1800;