hcIsDesktop method

bool hcIsDesktop()

Implementation

bool hcIsDesktop() =>
    MediaQuery.of(this).size.width >= hcDesktopBreakpointGlobal;