isTabletSize static method

bool isTabletSize()

Implementation

static bool isTabletSize() => navigatorKey.currentContext!.width < 1100 && navigatorKey.currentContext!.width >= 850;