isDesktop property

bool get isDesktop

Check if screen is desktop

Implementation

bool get isDesktop =>
    breakpoint.tablet < width && width <= breakpoint.desktop;