TF-682 Update padding advanced search form on landscape tablet
This commit is contained in:
@@ -124,4 +124,12 @@ class ResponsiveUtils {
|
||||
return isLandscapeTablet(context) || isDesktop(context);
|
||||
}
|
||||
}
|
||||
|
||||
bool landscapeTabletSupported(BuildContext context) {
|
||||
if (BuildUtils.isWeb) {
|
||||
return isTabletLarge(context);
|
||||
} else {
|
||||
return isLandscapeTablet(context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user