TF-652 Fix responsive landscape screen some device mobile (iPhone 13 Pro Max)
This commit is contained in:
@@ -66,4 +66,8 @@ class ResponsiveUtils {
|
||||
return widthScreen < 444 ? widthScreen : 444;
|
||||
}
|
||||
}
|
||||
|
||||
bool isSmallScreen(BuildContext context) {
|
||||
return isPortraitMobile(context) || isLandscapeMobile(context) || isTablet(context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user