shouldUseDrawer static method
Implementation
static bool shouldUseDrawer(BuildContext context) {
return isMobile(context) || (isTablet(context) && isPortrait(context));
}
static bool shouldUseDrawer(BuildContext context) {
return isMobile(context) || (isTablet(context) && isPortrait(context));
}