isDesktopSize static method

bool isDesktopSize()

Implementation

static bool isDesktopSize() => MediaQuery.of(navigatorKey.currentContext!).size.width >= 1100;