isDesktop method

bool isDesktop()

Implementation

bool isDesktop() => MediaQuery.of(this).size.width >= desktopBreakpointGlobal;