isMobileSize static method

bool isMobileSize()

Implementation

static bool isMobileSize() => MediaQuery.of(navigatorKey.currentContext!).size.width < 850;