isDesktop property

bool get isDesktop

The device is a desktop, any sized desktop

Implementation

bool get isDesktop =>
    device == LayoutClass.desktop ||
    device == LayoutClass.largeDesktop ||
    device == LayoutClass.hugeDesktop;